42 lines
No EOL
407 B
Text
42 lines
No EOL
407 B
Text
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
#kotlin
|
|
.kotlin/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log/OS Files
|
|
*.log
|
|
|
|
# Secrets
|
|
apikey.properties
|
|
|
|
# Android Studio generated files and folders
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
output.json
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Android Profiling
|
|
*.hprof
|
|
|
|
#other
|
|
scripts/
|
|
|
|
#crowdin
|
|
crowdin.yml
|
|
|
|
#vscode
|
|
.vscode |