53 lines
974 B
Plaintext
53 lines
974 B
Plaintext
# =========================================================================
|
|
# Android Studio / IntelliJ / Java / Gradle Gitignore Template
|
|
# =========================================================================
|
|
|
|
# Built application files & bundle outputs
|
|
*.apk
|
|
*.aar
|
|
*.ap_
|
|
*.aab
|
|
output-metadata.json
|
|
|
|
# Files for the ART/Dalvik VM & compiled Java bytecode
|
|
*.dex
|
|
*.class
|
|
|
|
# Generated build artifacts and caches
|
|
bin/
|
|
gen/
|
|
out/
|
|
.gradle/
|
|
build/
|
|
app/build/
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
|
|
# Local configuration files (contains your local SDK path, etc.)
|
|
local.properties
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Android Studio / IntelliJ IDE files
|
|
*.iml
|
|
.idea/
|
|
*.iws
|
|
*.ipr
|
|
|
|
# Keystore files (Uncomment to prevent uploading your production signing keys)
|
|
# *.jks
|
|
# *.keystore
|
|
|
|
# Google Services configuration file
|
|
# (Uncomment if your repository is public and you want to hide your Firebase keys)
|
|
# google-services.json
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
Thumbs.db
|
|
ehthumbs.db
|