2023-12-07 22:12:45 +02:00
|
|
|
# CMake
|
|
|
|
cmake-build-debug/
|
|
|
|
cmake-build-release/
|
|
|
|
|
|
|
|
# Dockerfile (in order to allow changes without rebuilding)
|
|
|
|
Dockerfile
|
|
|
|
|
2023-12-10 10:00:55 +02:00
|
|
|
# Git files
|
|
|
|
.gitignore
|
|
|
|
.gitkeep
|
|
|
|
|
|
|
|
# Compiled quests
|
|
|
|
gamefiles/locale/english/quest/object/
|
|
|
|
gamefiles/locale/english/quest/pre_qc/
|
|
|
|
gamefiles/locale/english/quest/qc
|
|
|
|
|
2023-12-07 22:12:45 +02:00
|
|
|
# Test folder
|
|
|
|
test/
|