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 b97be71 commit 2a88890Copy full SHA for 2a88890
.gitignore
@@ -0,0 +1,25 @@
1
+*.class
2
+
3
+# Mobile Tools for Java (J2ME)
4
+.mtj.tmp/
5
6
+# Package Files #
7
+*.jar
8
+*.war
9
+*.ear
10
11
+# exclude jar for gradle wrapper
12
+!gradle/wrapper/*.jar
13
14
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15
+hs_err_pid*
16
17
+# build files
18
+**/target
19
+target
20
+.gradle
21
+build
22
23
+# ide
24
+.idea
25
+*.iml
0 commit comments