mirror of
https://github.com/pawelorzech/SunZones.git
synced 2026-01-29 19:54:26 +00:00
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.
44 lines
390 B
Text
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*
|