We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047cfb8 commit c80a8d5Copy full SHA for c80a8d5
1 file changed
.gitignore
@@ -1,2 +1,26 @@
1
target/
2
-*.iml
+*.iml
3
+
4
+# Compiled class file
5
+*.class
6
7
+# Log file
8
+*.log
9
10
+# BlueJ files
11
+*.ctxt
12
13
+# Mobile Tools for Java (J2ME)
14
+.mtj.tmp/
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*
0 commit comments