Exclude build_game directory

This commit is contained in:
2024-02-12 15:49:58 +01:00
parent a254b3f410
commit 6870858817
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@
*~
.idea/
build-web/
build_web/
cmake-build-debug/
cmake-build-release/
tiled/PixelDefense.tiled-session

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#rm -rf build_web
#mkdir build_web
mkdir build_web
pushd build_web || exit
emcmake cmake .. -DPLATFORM=Web