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 f5018be commit 9f0e039Copy full SHA for 9f0e039
.gitignore
@@ -1,5 +1,4 @@
1
*.class
2
-
3
# Mobile Tools for Java (J2ME)
4
.mtj.tmp/
5
@@ -8,9 +7,25 @@
8
7
*.war
9
*.ear
10
+*.iml
11
+*.idea
12
+
13
14
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15
hs_err_pid*
16
17
#ide config
18
.metadata
-.recommenders
19
+.recommenders
20
21
22
+#macOS
23
+.DS_Store
24
25
+.idea/
26
27
+rebel.*
28
+.rebel.*
29
30
+target
31
0 commit comments