mosenioring/back001/.gitignore
2026-01-09 18:35:06 +01:00

29 lines
199 B
Plaintext

# Gradle
.gradle/
build/
**/build/
# IntelliJ IDEA
.idea/
*.iml
*.ipr
*.iws
out/
# Kotlin
*.class
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# Env/local
.env
.env.*
# Wrapper cache
.gradle-wrapper/