SunZones/.gitignore
Paweł Orzech d54097b15b
Redesign About dialog and fix button position
- Move About button above bottom spacer so it's tappable
- Replace AlertDialog with custom Dialog (dark glass card, sun emoji, centered layout)
- Add localized "Contact me" button (SunGold color)
- Mark about_made_in as non-translatable
- Add release signing config with keystore.properties
- Add ProGuard rule for findbugs annotations (R8 fix)
2026-01-27 16:48:01 +01:00

49 lines
438 B
Text

# Built artifacts
*.apk
*.aar
*.ap_
*.aab
# Compiled
*.class
*.dex
# Generated files
bin/
gen/
out/
build/
# Gradle
.gradle/
!gradle/wrapper/gradle-wrapper.jar
gradle-app.setting
# Local configuration
local.properties
keystore.properties
# Signing
*.jks
*.keystore
# IDE
.idea/
*.iml
*.iws
*.ipr
.project
.classpath
.settings/
# OS files
.DS_Store
Thumbs.db
# Kotlin
.kotlin/
# Logs & crash reports
*.log
hs_err_pid*
replay_pid*