We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dfd74 commit 203362bCopy full SHA for 203362b
1 file changed
.gitignore
@@ -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
42
+.idea/
43
+.DS_Store
0 commit comments