We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8663909 commit 4a2b79eCopy full SHA for 4a2b79e
clean.bat
@@ -8,3 +8,14 @@ for /f "delims=" %%e in ('dir /A:D /S /B *obj^|find /i "\obj"') do @if exist "%%
8
for /f "delims=" %%e in ('dir /A:D /S /B *.vs^|find /i "\.vs"') do @if exist "%%e" (@rmdir /S /Q %%e)
9
10
del /S ".\winMemoryOptimizer\FodyWeavers.xsd"
11
+
12
+git reflog expire --expire=1.days.ago --expire-unreachable=now --all
13
+if errorlevel 1 goto error
14
15
+git gc
16
17
18
+goto exit
19
+:error
20
+pause
21
+:exit
0 commit comments