Skip to content

Commit c938def

Browse files
Update .gitignore
1 parent dde8a0d commit c938def

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,22 @@
2020

2121
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2222
hs_err_pid*
23+
24+
# Maven
25+
target/
26+
pom.xml.tag
27+
pom.xml.releaseBackup
28+
pom.xml.versionsBackup
29+
pom.xml.next
30+
release.properties
31+
dependency-reduced-pom.xml
32+
buildNumber.properties
33+
.mvn/timing.properties
34+
.project
35+
.classpath
36+
.settings/*
37+
.settings
38+
39+
# IntelliJ
40+
**.idea
41+
*.iml

0 commit comments

Comments
 (0)