Files
Android-Architecture-Showcase/.gitignore
Adrian Kuta a3bda3b601 chore: gitignore the whole .idea/ directory
Untrack IDE-generated .idea/ files that a Gradle sync added; ignore the directory
entirely to keep machine-specific config out of the repo.
2026-06-10 11:28:14 +02:00

21 lines
250 B
Plaintext

*.iml
.DS_Store
# Gradle
**/.gradle/
**/build/
/captures
# Kotlin
.kotlin/
# Native
.externalNativeBuild
.cxx
# Local config / secrets
local.properties
# IDE (JetBrains / Android Studio) — fully ignored to avoid machine-specific churn
/.idea/