We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba02ee commit 646c781Copy full SHA for 646c781
1 file changed
.gitignore
@@ -1,5 +1,33 @@
1
+# project specific files
2
+.idea
3
+st-*
4
/target/
5
.DS_Store
6
.classpath
7
.project
8
.settings/
9
+
10
+# Compiled class file
11
+*.class
12
13
+# Log file
14
+*.log
15
16
+# BlueJ files
17
+*.ctxt
18
19
+# Mobile Tools for Java (J2ME)
20
+.mtj.tmp/
21
22
+# Package Files #
23
+*.jar
24
+*.war
25
+*.nar
26
+*.ear
27
+*.zip
28
+*.tar.gz
29
+*.rar
30
31
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
32
+hs_err_pid*
33
+replay_pid*
0 commit comments