SunZones/.gitignore
Paweł Orzech 67f2802a7d
Update .gitignore and expand README documentation
Expanded the .gitignore to cover more build artifacts, IDE, and OS-specific files. Significantly enhanced the README.md with a detailed app description, feature list, architecture overview, tech stack, and build instructions for better onboarding and project clarity.
2026-01-27 16:38:10 +01:00

44 lines
390 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
# 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*