Remove accidentally added files

This commit is contained in:
Sascha Willems 2024-11-02 12:26:43 +01:00
parent d53f6f3622
commit 29e939b1e4
16 changed files with 3 additions and 929 deletions

View file

@ -1,2 +0,0 @@
FOR /d /r . %%d IN (assets) DO @IF EXIST "%%d" rd /s /q "%%d"
FOR /d /r . %%d IN (build) DO @IF EXIST "%%d" rd /s /q "%%d"