mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
37 lines
443 B
Plaintext
37 lines
443 B
Plaintext
# Build-related
|
|
out/*
|
|
bin/*
|
|
build/*
|
|
.gradle/*
|
|
TerrarumBuild.jar
|
|
|
|
# Java native errors
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Resources that should not be tracked
|
|
assets/mods/basegame/demoworld
|
|
#assets/mods/basegame/demoworld.gz
|
|
external_resource_packs.zip
|
|
|
|
# IntelliJ
|
|
workspace.xml
|
|
*/workspace.xml
|
|
|
|
# Temporary files
|
|
.tmp*
|
|
tmp_*
|
|
~$*
|
|
|
|
# Eclipse MAT heap files
|
|
*.hprof
|
|
*.bin
|
|
*.index
|
|
*.threads
|
|
*_Leak_Suspects.zip
|
|
desktop.ini
|