We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a6486 commit 2d39f8fCopy full SHA for 2d39f8f
.gitignore
@@ -8,5 +8,39 @@
8
*.war
9
*.ear
10
11
+.settings
12
+target
13
+
14
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15
+hs_err_pid*
16
17
+# Compiled class file
18
+*.class
19
20
+# Log file
21
+*.log
22
23
+# BlueJ files
24
+*.ctxt
25
26
+# Mobile Tools for Java (J2ME)
27
+.mtj.tmp/
28
29
+# Package Files #
30
+*.jar
31
+*.war
32
+*.ear
33
+*.zip
34
+*.tar.gz
35
+*.rar
36
+*.cmd
37
+*.classpath
38
+*.settings
39
+*.project
40
+*.mvn
41
+mvnw
42
43
+*.DS_Store
44
45
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
46
hs_err_pid*
0 commit comments