Skip to content

Commit 0b139c6

Browse files
Updated .gitignore
1 parent 70f4323 commit 0b139c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,19 @@
2020
*.rar
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
2324
hs_err_pid*
25+
.DS_Store
26+
target/
27+
pom.xml.tag
28+
pom.xml.releaseBackup
29+
pom.xml.versionsBackup
30+
pom.xml.next
31+
release.properties
32+
dependency-reduced-pom.xml
33+
buildNumber.properties
34+
.mvn/timing.properties
35+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
36+
.mvn/wrapper/maven-wrapper.jar
37+
*.iml
38+
.idea

0 commit comments

Comments
 (0)