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 c5d9af2 commit 6c4513cCopy full SHA for 6c4513c
.gitignore
@@ -5,7 +5,6 @@
5
.idea
6
.project
7
.settings
8
-build
9
out
10
target
11
bin/
@@ -36,3 +35,32 @@ package-lock.json
36
35
*.py
37
fix-copyrights.sh
38
/.utility/secring.gpg
+# Compiled class file
39
+*.class
40
+
41
+# Log file
42
+*.log
43
44
+# BlueJ files
45
+*.ctxt
46
47
+# Mobile Tools for Java (J2ME)
48
+.mtj.tmp/
49
50
+/**/target/
51
+/**/test-output/
52
+.settings/
53
+.factorypath
54
+*-apiref.json
55
56
+# Package Files #
57
+*.jar
58
+*.war
59
+*.nar
60
+*.ear
61
+*.zip
62
+*.tar.gz
63
+*.rar
64
+*.key
65
66
+/node_modules
0 commit comments