Terasology/.gitignore

110 lines
1.7 KiB
Plaintext
Raw Normal View History

# Ignore general
*~
._*
*.bak
/.*
# Except this stuff
!.gitattributes
!.gitignore
!.github
# Ignore subdirs with their own Git roots. PC Facade and Core module are bundled with the main repo.
extensions
/facades/*
!/facades/PC
!/facades/TeraEd
!/facades/subprojects.gradle
/modules/*
!/modules/BuilderSampleGameplay
!/modules/subprojects.gradle
/metas/*
!/metas/subprojects.gradle
/libs/*
!/libs/subprojects.gradle
# Ignore Gradle and some transient project config files (template versions available under /templates)
build/
/gradle.properties
/override.cfg
# Ignore IntelliJ - could use "/**/*.iml" to catch all .iml files, but that requires a somewhat recent Git version
/out/
modules/BuilderSampleGameplay/BuilderSampleGameplay.iml
facades/PC/PC.iml
2016-01-01 14:51:46 -08:00
facades/TeraEd/TeraEd.iml
engine/engine.iml
engine-tests/engine-tests.iml
/*.iml
/*.ipr
/*.iws
/projectFilesBackup*
/**/*.iml
# Ignore Eclipse
.checkstyle
.project
.classpath
.settings/
bin/
facades/PC/Terasology.launch
# Ignore Linux
*.directory
#Ignore OSX
Icon
.DS_Store
.DS_Store?
.Spotlight-V100
.DocumentRevisions-V100
.TemporaryItems
.Trashes
.dbfseventsd
.fseventsd
.VolumeIcon.icns
#Ignore Windows
ehthumbs.db
Thumbs.db
2018-06-09 14:04:44 -07:00
# Ignore Terasology build output
/engine/src/main/resources/Credits.md
# Ignore Terasology output
*.log
/saves/
/recordings/
/configs/
/screenshots/
/logs/
/terasology-server/
/terasology-2ndclient/
2016-11-16 21:17:36 -08:00
/terasology-3rdclient/
config.cfg
entityDump.txt
2017-01-30 12:56:45 -08:00
nuiEditorAutosave.json
# Historical Output
/SAVED_WORLDS/
/worlds/
/screens/
/unittesthome/
# Ignore stuff we extract for use with Terasology
/natives/
config/metrics/
# Ignore API files
API_file.txt
New_API_file.txt
# Ignore Whitelist and Blacklist files
whitelist.json
blacklist.json
# Profiling related
terasology.jfr
local.properties
*.hprof