remove binaries script path

This commit is contained in:
2024-04-02 10:32:00 +02:00
parent 6d79bc7a05
commit 2a8a0db1d1
2 changed files with 8 additions and 1 deletions

7
.ignore Normal file
View File

@@ -0,0 +1,7 @@
/.git
/Cmd
/Content
/Docs
/LauncherSource
/Intermediate
/.vscode

View File

@@ -4,7 +4,7 @@ cd "$(dirname "$0")/.."
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
sh remove_binaries.sh
sh Cmd/remove_binaries.sh
rm -rf $PROJECT_NAME.code-workspace\
Makefile\