40 lines
2.4 KiB
Plaintext
40 lines
2.4 KiB
Plaintext
# Gradle
|
|
.gradle/
|
|
build/
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
|
|
# Local configuration
|
|
local.properties
|
|
|
|
# IDE files
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.DS_Store
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services
|
|
app/google-services.json
|
|
|
|
# Captures
|
|
captures/
|
|
*.apk
|
|
*.aab
|
|
output.json
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Gemini files
|
|
#GEMINI.md
|
|
#tech_spec/
|
|
|
|
|
|
# Hprof files
|
|
*.hprof
|
|
config/gitea_config.json
|