Skip to content

Commit 9f0e039

Browse files
authored
Update .gitignore
1 parent f5018be commit 9f0e039

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.gitignore

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.class
2-
32
# Mobile Tools for Java (J2ME)
43
.mtj.tmp/
54

@@ -8,9 +7,25 @@
87
*.war
98
*.ear
109

10+
*.iml
11+
*.idea
12+
13+
1114
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1215
hs_err_pid*
1316

1417
#ide config
1518
.metadata
16-
.recommenders
19+
.recommenders
20+
21+
22+
#macOS
23+
.DS_Store
24+
25+
.idea/
26+
*.iml
27+
rebel.*
28+
.rebel.*
29+
30+
target
31+

0 commit comments

Comments
 (0)