Skip to content

Commit b013732

Browse files
Add rules for Eclipse and Mac
1 parent af57f7a commit b013732

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
# Eclipse project files
2+
.classpath
3+
.project
4+
.settings/
5+
test-output/
16

7+
# IntelliJ project files
8+
.idea/
9+
*.iws
10+
*.iml
11+
*.ipr
12+
13+
# Mac
14+
.DS_Store
15+
16+
# Others
217
Temp/
318
obj/
419
classes/
@@ -8,9 +23,6 @@ bin/
823
* out*
924
*.ldb
1025
_ReSharper*/
11-
*.iws
12-
*.iml
13-
*.ipr
1426
*.eml
1527
out/
1628
*.user
@@ -25,4 +37,3 @@ Out/
2537
Out*/
2638
*.lic
2739
Data/*Out*
28-
.idea/

0 commit comments

Comments
 (0)