gitignore exclude .idea folder except .idea/codeStyles/Project.xml and .idea/inspectionProfiles/Project_Default.xml

This commit is contained in:
Andrea Boriero 2024-10-11 11:17:49 +02:00 committed by Andrea Boriero
parent e48573856e
commit 968a66186d
1 changed files with 3 additions and 4 deletions

7
.gitignore vendored
View File

@ -16,10 +16,9 @@ lib
# IntelliJ specific files/directories
out
.idea/modules
.idea/shelf
.idea/*.xml
.idea/.gitignore
.idea
!.idea/codeStyles/Project.xml
!.idea/inspectionProfiles/Project_Default.xml
*.ipr
*.iws
*.iml