Created
April 19, 2020 13:35
-
-
Save Frank-Buss/1e7e164224136ce91db0d42d20ed45c9 to your computer and use it in GitHub Desktop.
Unity clean script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rd /s /q Library | |
rd /s /q Temp | |
rd /s /q obj | |
rd /s /q logs | |
rd /s /q .vs | |
del /s /q /f *.csproj | |
del /s /q /f *.pidb | |
del /s /q /f *.unityproj | |
del /s /q /f *.DS_Store | |
del /s /q /f *.sln | |
del /s /q /f *.userprefs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment