Skip to content

Commit 968a661

Browse files
committed
gitignore exclude .idea folder except .idea/codeStyles/Project.xml and .idea/inspectionProfiles/Project_Default.xml
1 parent e485738 commit 968a661

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ lib
1616

1717
# IntelliJ specific files/directories
1818
out
19-
.idea/modules
20-
.idea/shelf
21-
.idea/*.xml
22-
.idea/.gitignore
19+
.idea
20+
!.idea/codeStyles/Project.xml
21+
!.idea/inspectionProfiles/Project_Default.xml
2322
*.ipr
2423
*.iws
2524
*.iml

0 commit comments

Comments
 (0)