Skip to content

Commit 5c53d75

Browse files
committed
Add maven files to gitignore template
1 parent 00d655d commit 5c53d75

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

templates/new/gitignore.tmpl

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,39 @@ target/
66
!.vscode/extensions.json
77
*.code-workspace
88
.history/
9+
10+
# Compiled class file
11+
*.class
12+
13+
# Log file
14+
*.log
15+
16+
# Package Files #
17+
*.jar
18+
*.war
19+
*.nar
20+
*.ear
21+
*.zip
22+
*.tar.gz
23+
*.rar
24+
25+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
26+
hs_err_pid*
27+
replay_pid*
28+
29+
target/
30+
pom.xml.tag
31+
pom.xml.releaseBackup
32+
pom.xml.versionsBackup
33+
pom.xml.next
34+
release.properties
35+
dependency-reduced-pom.xml
36+
buildNumber.properties
37+
.mvn/timing.properties
38+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
39+
.mvn/wrapper/maven-wrapper.jar
40+
41+
# Eclipse Core
42+
.project
43+
# JDT-specific (Eclipse Java Development Tools)
44+
.classpath

0 commit comments

Comments
 (0)