Update .gitignore

This commit is contained in:
minjaesong
2018-12-03 11:05:35 +09:00
parent ea490435eb
commit ed62176d2d

22
.gitignore vendored
View File

@@ -1,15 +1,33 @@
# Build-related
out/* out/*
bin/* bin/*
build/* build/*
.gradle/* .gradle/*
# Java native errors
hs_err_pid* hs_err_pid*
# OS files
Thumbs.db Thumbs.db
*.jar
.DS_Store .DS_Store
~$*
# Resources that should not be tracked
*.jar
assets/mods/basegame/demoworld assets/mods/basegame/demoworld
assets/mods/basegame/demoworld.gz assets/mods/basegame/demoworld.gz
external_resource_packs.zip external_resource_packs.zip
# IntelliJ
workspace.xml workspace.xml
# Temporary files
.tmp* .tmp*
tmp_* tmp_*
~$*
# Eclipse MAT heap files
*.hprof
*.bin
*.index
*.threads
*_Leak_Suspects.zip