mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
46 lines
529 B
Plaintext
46 lines
529 B
Plaintext
# Gradle
|
|
.gradle/
|
|
build/
|
|
!gradle-wrapper.jar
|
|
|
|
# Local configuration
|
|
local.properties
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Android Studio / IntelliJ
|
|
*.iml
|
|
.idea/
|
|
|
|
# Android generated files
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
*.ap_
|
|
*.aab
|
|
output-metadata.json
|
|
|
|
# Keystore files (never commit these)
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services
|
|
google-services.json
|
|
google-services.plist
|
|
|
|
# Firebase Crashlytics / Performance
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
|
|
# NDK / CMake
|
|
obj/
|
|
|
|
# Profiling
|
|
*.hprof
|
|
|
|
# OS-specific
|
|
.DS_Store
|
|
Thumbs.db
|