We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77251f0 commit 92c43f0Copy full SHA for 92c43f0
.gitignore
@@ -20,6 +20,8 @@ bin
20
21
# IDEA project files
22
checkstyle.iml
23
+checkstyle.ipr
24
+checkstyle.iws
25
.idea
26
27
# Temp files
pom.xml
@@ -530,6 +530,8 @@
530
bin/**/*,
531
<!-- IDEA project files -->
532
*.iml,
533
+ *.ipr,
534
+ *.iws,
535
.idea/**/*,
536
<!-- Temp files -->
537
*~,
0 commit comments