diff options
author | Aki <please@ignore.pl> | 2022-10-31 22:29:41 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-10-31 22:29:41 +0100 |
commit | e2dfc5c083857f279b55e4845430ccfa1c503828 (patch) | |
tree | f0a51775d1d16ce626676aa7c4a85e4cdf3592d1 /.gitignore | |
parent | 9f84a026793174262ca59b2ce2e81ec41ea208a4 (diff) | |
download | kurator-e2dfc5c083857f279b55e4845430ccfa1c503828.zip kurator-e2dfc5c083857f279b55e4845430ccfa1c503828.tar.gz kurator-e2dfc5c083857f279b55e4845430ccfa1c503828.tar.bz2 |
Created basic skeleton for the game session and scenes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5309e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build*/ |