Skip to content

Commit b45f556

Browse files
committed
Adds Eclipse
1 parent afa33a7 commit b45f556

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
.DS_Store
2-
gradle
1+
# Gradle
32
.gradle/
3+
build/
4+
5+
gradle
46
gradlew
57
gradle.bat
6-
build/
7-
hjson.iml
8+
9+
# IntelliJ
10+
*.iml
811
.idea
12+
13+
# Eclipse
14+
.project
15+
.classpath
16+
.settings/
17+
18+
# MacOS
19+
.DS_Store

0 commit comments

Comments
 (0)