gitignore/Android.gitignore

34 lines
431 B
Plaintext
Raw Normal View History

2014-01-17 00:29:58 +01:00
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Log/OS Files
*.log
# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json
2017-11-08 02:16:31 +01:00
# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
2016-03-16 10:17:51 +01:00
# Keystore files
*.jks
*.keystore
2017-01-13 10:45:58 +01:00
# Google Services (e.g. APIs or Firebase)
google-services.json
2019-01-08 07:53:04 +01:00
2020-07-04 18:35:59 +02:00
# Android Profiling
*.hprof