This commit is contained in:
Laksh 2026-04-20 22:51:56 +00:00 committed by GitHub
commit 0a6a88abd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,34 +1,45 @@
# Gradle files # Gradle
.gradle/ .gradle/
build/ build/
!gradle-wrapper.jar
# Local configuration file (sdk path, etc) # Local configuration
local.properties local.properties
# Log/OS Files # Log files
*.log *.log
# Android Studio generated files and folders # Android Studio / IntelliJ
*.iml
.idea/
# Android generated files
captures/ captures/
.externalNativeBuild/ .externalNativeBuild/
.cxx/ .cxx/
*.aab
*.apk *.apk
*.ap_
*.aab
output-metadata.json output-metadata.json
# IntelliJ # Keystore files (never commit these)
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Keystore files
*.jks *.jks
*.keystore *.keystore
# Google Services (e.g. APIs or Firebase) # Google Services
google-services.json google-services.json
google-services.plist
# Android Profiling # Firebase Crashlytics / Performance
crashlytics-build.properties
fabric.properties
# NDK / CMake
obj/
# Profiling
*.hprof *.hprof
# OS-specific
.DS_Store
Thumbs.db