Initial commit

This commit is contained in:
2024-07-11 08:57:22 +00:00
commit b914df0c92
158 changed files with 611 additions and 0 deletions

11
Cmd/remove_binaries.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
cd "$(dirname "$0")/.."
rm -rf Binaries\
DerivedDataCache\
Intermediate
rm -rf Plugins/*/Binaries\
Plugins/*/DerivedDataCache\
Plugins/*/Intermediate