Untrack IDE-generated .idea/ files that a Gradle sync added; ignore the directory entirely to keep machine-specific config out of the repo.
21 lines
250 B
Plaintext
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/
|