Skip to content

Commit a0d65de

Browse files
Added rules for Eclipse
1 parent 7596f0f commit a0d65de

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.gitignore

+15-6
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/
6+
7+
# IntelliJ project files
8+
.idea/
9+
*.iws
10+
*.iml
11+
*.ipr
112

13+
# Mac
14+
.DS_Store
15+
16+
# Others
217
Temp/
318
obj/
419
classes/
@@ -8,10 +23,7 @@ bin/
823
* out*
924
*.ldb
1025
_ReSharper*/
11-
*.iws
12-
*.ipr
1326
*.eml
14-
*.iml
1527
out/
1628
*.user
1729
*.resx
@@ -23,9 +35,6 @@ Thumbs.db
2335
manifest.mf
2436
Out/
2537
Out*/
26-
.settings/
2738
*.lic
2839
Data/*Out*
29-
.project
30-
.idea/
3140
/dist/

0 commit comments

Comments
 (0)