mirror of
https://github.com/pawelorzech/SunZones.git
synced 2026-01-30 04:04:26 +00:00
52 lines
463 B
Text
52 lines
463 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*
|
|
|
|
# Claude Code
|
|
CLAUDE.md
|