DimDoors/.gitignore
Runemoro e280953566 Refactor a few things
* 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
2018-04-05 04:44:24 -04:00

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