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 bb2b589 commit a8f72d6Copy full SHA for a8f72d6
.gitignore
@@ -0,0 +1,44 @@
1
+pom.xml.releaseBackup
2
+release.properties
3
+
4
+# Created by .ignore support plugin (hsz.mobi)
5
+# Compiled class file
6
+*.class
7
8
+# Log file
9
+*.log
10
11
+# BlueJ files
12
+*.ctxt
13
14
+# Mobile Tools for Java (J2ME)
15
+.mtj.tmp/
16
17
+# Package Files #
18
+*.war
19
+*.ear
20
+#*.zip
21
+*.tar.gz
22
+*.rar
23
24
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
25
+hs_err_pid*
26
27
+.idea
28
+*.iws
29
+*.iml
30
+*.ipr
31
32
+target
33
+auditfiles
34
35
+.classpath
36
+.factorypath
37
+.project
38
+.settings/
39
+.vscode
40
+.sts4-cache/
41
42
+#javascript/*.tgz
43
44
+.DS_Store
img/screenshot.png
35.4 KB
0 commit comments