We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d655d commit 5c53d75Copy full SHA for 5c53d75
templates/new/gitignore.tmpl
@@ -6,3 +6,39 @@ target/
6
!.vscode/extensions.json
7
*.code-workspace
8
.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