Skip to content

Commit 203362b

Browse files
committed
Add .gitignore
Former-commit-id: 4acc11f639d3f6c08f0091c5c8f61f7180345537 Former-commit-id: c21c028096d522a9626e696589b2671458a24092
1 parent f5dfd74 commit 203362b

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
target/
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.versionsBackup
5+
pom.xml.next
6+
release.properties
7+
dependency-reduced-pom.xml
8+
buildNumber.properties
9+
.mvn/timing.properties
10+
11+
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
12+
!/.mvn/wrapper/maven-wrapper.jar
13+
# Compiled class file
14+
*.class
15+
16+
# Log file
17+
*.log
18+
19+
# BlueJ files
20+
*.ctxt
21+
22+
# Mobile Tools for Java (J2ME)
23+
.mtj.tmp/
24+
25+
# Package Files #
26+
*.jar
27+
*.war
28+
*.ear
29+
*.zip
30+
*.tar.gz
31+
*.rar
32+
*.swp
33+
*.iml
34+
35+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
36+
hs_err_pid*
37+
.classpath
38+
.project
39+
.settings/
40+
logs/
41+
target/
42+
.idea/
43+
.DS_Store

0 commit comments

Comments
 (0)