Skip to content

Commit 6c51884

Browse files
Added rules for Eclipse
1 parent 3da4214 commit 6c51884

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,14 +1,26 @@
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/
520
generated/
621
bin/
722
*.ldb
823
_ReSharper*/
9-
*.iws
10-
*.iml
11-
*.ipr
1224
*.eml
1325
out/
1426
*.user
@@ -22,5 +34,4 @@ manifest.mf
2234
Out/
2335
*.lic
2436
Data/*Out*
25-
.idea/
2637
/dist/

0 commit comments

Comments
 (0)