Skip to content

Commit 00d6f0c

Browse files
committed
Fix broken .idea/ pattern and clean up .gitignore
- Fix `./idea` → `.idea/` (typo caused .idea/ directory to not be ignored) - Remove redundant individual /.idea/* entries (covered by .idea/) - Remove duplicate .DS_Store entry - Remove redundant /local.properties (covered by local.properties) - Reorganize with grouped sections
1 parent 7d0a9d2 commit 00d6f0c

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.gitignore

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@ xcuserdata/
1919
.swiftpm/
2020
*.xcworkspace/
2121
*.xcframework/
22-
*.iml
2322

23+
# Android / IntelliJ
24+
*.iml
2425
.gradle
25-
/local.properties
26-
./idea
27-
/.idea/caches
28-
/.idea/libraries
29-
/.idea/modules.xml
30-
/.idea/workspace.xml
31-
/.idea/navEditor.xml
32-
/.idea/assetWizardSettings.xml
33-
.DS_Store
26+
.idea/
27+
local.properties
3428
/captures
3529
.externalNativeBuild
3630
.cxx
37-
local.properties
3831
*.aar

0 commit comments

Comments
 (0)