Prebuild/clean.bat
2023-09-21 14:41:05 -07:00

7 lines
No EOL
119 B
Batchfile

@echo off
git clean -xfd
git reset --hard
git submodule foreach git clean -xfd
git submodule foreach git reset --hard