e280953566
* Reorganize build.gradle * Upgrade gradle to 4.6 * Rename items in code to match actual names * Reformat JSON * Remove rift item * Move rift tile entity to tileentities package * Remove unnecessary .gitignore entries
28 lines
208 B
Text
28 lines
208 B
Text
# eclipse
|
|
eclipse
|
|
bin
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
|
|
# idea
|
|
out
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
|
|
# gradle
|
|
build
|
|
.gradle
|
|
|
|
#Netbeans
|
|
.nb-gradle
|
|
.nb-gradle-properties
|
|
|
|
# other
|
|
run
|
|
.DS_Store
|
|
Thumbs.db
|