mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
Update .gitignore
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user