Improved build system scripts, cleaned up code, added experimental Dockerfile

This commit is contained in:
2023-12-07 22:12:45 +02:00
parent ff3388e795
commit ce920541a2
8 changed files with 74 additions and 27 deletions

View File

@ -1,7 +1,10 @@
# Ignore compiled quest folder
object/
# Quest interpreter binaries
quest
quest.core
quest.exe
# Quest compiler binaries
qc
qc.core
qc.exe
# Compilde Python files
*.pyc

Binary file not shown.