84 lines
1.3 KiB
Plaintext
84 lines
1.3 KiB
Plaintext
# Built application files
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.dex
|
|
|
|
# Files for the ART/Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Android Studio Navigation editor temp files
|
|
.navigation/
|
|
|
|
# Android Studio captures folder
|
|
captures/
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
# If you prefer to keep some .idea config tracked, use these instead:
|
|
# .idea/caches
|
|
# .idea/libraries
|
|
# .idea/tasks.xml
|
|
# .idea/gradle.xml
|
|
# .idea/assetWizardSettings.xml
|
|
# .idea/dictionaries
|
|
# .idea/navEditor.xml
|
|
|
|
# Keystore files
|
|
# Note: uncomment the following if you commit keystore files.
|
|
# *.jks
|
|
# *.keystore
|
|
|
|
# External native build folder generated in Android Studio 2.2+
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
|
|
# Google Services (if you use Firebase/Google APIs, keep this ignored
|
|
# and use a template like google-services.json.example instead)
|
|
# google-services.json
|
|
|
|
# Kotlin
|
|
*.kotlin_module
|
|
|
|
# Fabric/Google Crashlytics
|
|
fabric.properties
|
|
|
|
# Secrets / API keys
|
|
*.keystore
|
|
*.jks
|
|
secrets.properties
|
|
api_keys.properties
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Lint reports
|
|
lint-results.xml
|
|
lint-results_files/
|
|
|
|
# APK signing info
|
|
signing.properties
|