We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clean.ps1
clean.cmd
1 parent 4e04b81 commit d641dffCopy full SHA for d641dff
clean.ps1
@@ -38,4 +38,5 @@ if ($Help) {
38
exit 0
39
}
40
41
-git clean -dix -e .dotnet/ -e .tools/ -e src/SignalR/clients/ts/FunctionalTests/node_modules/ @GitArguments
+git clean -dix -e .dotnet/ -e .tools/ @GitArguments
42
+git checkout -- $(git ls-files -d)
0 commit comments