1
0
Fork 0
BastionGuard-Endpoint-Android/.gitignore
2026-08-30 18:50:18 +02:00

36 lines
413 B
Text

# Signing / secrets
*.jks
*.keystore
local.properties
release-signing.env
release-signing.env.*
*.properties.local
.env
.env.*
# Gradle / Android build output
.gradle/
build/
app/build/
dist/
*.apk
*.aab
*.apks
# Rust / native build output
native/**/target/
# Android Studio / IntelliJ
.idea/
*.iml
# Native temporary output
.externalNativeBuild/
.cxx/
# OS / editor files
.DS_Store
Thumbs.db
*~
*.swp
*.swo