gitignore update

This commit is contained in:
Kristofers Solo 2021-10-21 17:19:57 +03:00
parent a1c43efe94
commit 82ee68915d
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.log *.log
/.import /.import
test/ test/
build/

View File

@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="Builds/game.x86_64" export_path="build/game.x86_64"
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""