Skip to content

Commit 92c43f0

Browse files
Timaromani
Tima
authored andcommitted
Pull checkstyle#4209: Adding IDEA project files to gitignore and excluding them from checkstyle list
1 parent 77251f0 commit 92c43f0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ bin
2020

2121
# IDEA project files
2222
checkstyle.iml
23+
checkstyle.ipr
24+
checkstyle.iws
2325
.idea
2426

2527
# Temp files

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@
530530
bin/**/*,
531531
<!-- IDEA project files -->
532532
*.iml,
533+
*.ipr,
534+
*.iws,
533535
.idea/**/*,
534536
<!-- Temp files -->
535537
*~,

0 commit comments

Comments
 (0)