diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..dcb4637 --- /dev/null +++ b/clean.sh @@ -0,0 +1,8 @@ +rm -r src/V2ex.Api/bin +rm -r src/V2ex.Api/obj + +rm -r src/V2ex.Blazor/bin +rm -r src/V2ex.Blazor/obj + +rm -r src/V2ex.Blazor.Shared/bin +rm -r src/V2ex.Blazor.Shared/obj \ No newline at end of file