55 lines
694 B
Plaintext
55 lines
694 B
Plaintext
# Gradle / Android build output
|
|
.gradle/
|
|
.kotlin/
|
|
**/build/
|
|
**/.cxx/
|
|
**/.externalNativeBuild/
|
|
captures/
|
|
|
|
# Local machine configuration
|
|
local.properties
|
|
gradle.properties
|
|
.idea/
|
|
*.iml
|
|
|
|
# Signing keys and credentials
|
|
*.jks
|
|
*.keystore
|
|
*.p12
|
|
*.pfx
|
|
*.pem
|
|
*.key
|
|
.env
|
|
.env.*
|
|
google-services.json
|
|
|
|
# Packaged Android artifacts
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.idsig
|
|
*.dex
|
|
|
|
# Temporary extracted artifacts in this workspace
|
|
tmp-aar/
|
|
tmp-apk-libs/
|
|
|
|
# Logs, reports, and runtime dumps
|
|
*.log
|
|
*.hprof
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local debug screenshots from this workspace
|
|
/_current_screen.png
|
|
/flight-screen.png
|
|
/flight-screen-safe.png
|
|
/launch-screen.png
|