29 lines
246 B
Plaintext
29 lines
246 B
Plaintext
.gradle
|
|
.kotlin
|
|
|
|
# Keystore and signing (SENSITIVE — never commit)
|
|
*.keystore
|
|
*.jks
|
|
key.properties
|
|
|
|
# Build outputs
|
|
build/
|
|
app/build/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Local config
|
|
local.properties
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generated
|
|
gen/
|
|
|