Skip to content

Commit d689aa8

Browse files
committed
chore: ignore the entire .idea folder
1 parent eca1fae commit d689aa8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ build/
55
!**/src/test/**/build/
66

77
### IntelliJ IDEA ###
8-
.idea/modules.xml
9-
.idea/jarRepositories.xml
10-
.idea/compiler.xml
11-
.idea/libraries/
8+
.idea/
129
*.iws
1310
*.iml
1411
*.ipr
@@ -39,4 +36,6 @@ bin/
3936
.vscode/
4037

4138
### Mac OS ###
42-
.DS_Store
39+
.DS_Store
40+
/.idea/
41+
/.idea/

0 commit comments

Comments
 (0)