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.
This commit is contained in:
2026-06-10 11:28:14 +02:00
parent 9ef0719447
commit a3bda3b601
12 changed files with 2 additions and 129 deletions

11
.gitignore vendored
View File

@@ -16,12 +16,5 @@
# Local config / secrets
local.properties
# IDE
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/deploymentTargetSelector.xml
/.idea/deploymentTargetDropDown.xml
# IDE (JetBrains / Android Studio) — fully ignored to avoid machine-specific churn
/.idea/