1
0
mirror of https://github.com/github/gitignore synced 2025-02-19 17:09:10 +01:00
gitignore/Android.gitignore
Khazbs 6623018b65
Ignore *.aab
Generated Android App Bundles (*.aab), like Android Packages (*.apk), should not be checked into VCS.
2022-08-02 16:45:34 +03:00

35 lines
437 B
Plaintext

# 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/
*.aab
*.apk
output.json
# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Keystore files
*.jks
*.keystore
# Google Services (e.g. APIs or Firebase)
google-services.json
# Android Profiling
*.hprof