2014-04-21 14:24:35 +08:00
|
|
|
# Gradle files
|
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
|
|
local.properties
|
|
|
|
|
2021-12-05 08:25:15 +08:00
|
|
|
# Log/OS Files
|
2015-08-28 16:44:04 +08:00
|
|
|
*.log
|
|
|
|
|
2021-12-05 08:25:15 +08:00
|
|
|
# Android Studio generated files and folders
|
2015-08-28 16:44:04 +08:00
|
|
|
captures/
|
2021-12-05 08:25:15 +08:00
|
|
|
.externalNativeBuild/
|
|
|
|
.cxx/
|
|
|
|
*.apk
|
|
|
|
output.json
|
2017-03-15 20:30:00 +08:00
|
|
|
|
2018-11-04 06:06:09 +08:00
|
|
|
# IntelliJ
|
2017-03-15 20:30:00 +08:00
|
|
|
*.iml
|
2021-12-05 08:25:15 +08:00
|
|
|
.idea/
|
2017-03-15 20:30:00 +08:00
|
|
|
|
|
|
|
# Keystore files
|
2021-12-05 08:25:15 +08:00
|
|
|
*.jks
|
|
|
|
*.keystore
|
2017-03-15 20:30:00 +08:00
|
|
|
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
2021-12-05 08:25:15 +08:00
|
|
|
google-services.json
|
2020-09-03 00:57:08 +08:00
|
|
|
|
|
|
|
# Android Profiling
|
|
|
|
*.hprof
|