Terasology/.gitignore

78 lines
1.2 KiB
Plaintext
Raw Normal View History

# Ignore general
/.*
!.gitignore
*~
._*
*.bak
# Ignore Gradle, including local override properties (template file available under /templates)
/.gradle/
build/
gradle.properties
# Ignore IntelliJ - could use "/**/*.iml" to catch all .iml files, but that requires a somewhat recent Git version
/out/
modules/Core/Core.iml
facades/PC/PC.iml
engine/engine.iml
engine-tests/engine-tests.iml
/*.iml
/*.ipr
/*.iws
# Ignore Eclipse
.checkstyle
.project
.classpath
.settings/
bin/
facades/PC/Terasology.launch
# Ignore Linux
*.directory
#Ignore OSX
Icon
#Ignore Windows
ehthumbs.db
Thumbs.db
# Ignore Terasology output
*.log
/saves/
/screenshots/
/logs/
/terasology-server/
/terasology-2ndclient/
config.cfg
entityDump.txt
# Historical Output
/SAVED_WORLDS/
/worlds/
/screens/
/unittesthome/
# Ignore natives (extracted to project root during setup)
/natives/
# Ignore subdirs with their own Git roots. PC Facade and Core module are bundled with the main repo.
extensions
/facades/*
!/facades/PC
!/facades/subprojects.gradle
/modules/*
!/modules/Core
!/modules/subprojects.gradle
/meta/*
!/meta/subprojects.gradle
/libs/*
!/libs/subprojects.gradle
# Ignore weird stuff that might be obsolete
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes