Skip to content

Commit 761725c

Browse files
committed
Updated gitignore
1 parent 1228ecd commit 761725c

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@
1212
*.ear
1313

1414
pom.xml.releaseBackup
15-
/release.properties
15+
release.properties
1616

1717
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1818
hs_err_pid*
1919

2020
target/
2121
/JavaCCParserTokenManager.java
22-
/**/.pmd
22+
.pmd
2323
/it-local-repo/
2424
/xxx/
25-
**/*.iml
26-
/.settings/
27-
/.project
28-
/.classpath
25+
*.iml
26+
27+
.settings/
28+
.project
29+
.classpath
30+
.apt_generated/
31+
.apt_generated_tests/

0 commit comments

Comments
 (0)