summarylogtreecommitdiffstats
path: root/clean.sh
blob: 4540329125c8a02589647b3f7876c61246298196 (plain)
1
2
3
4
5
6
7
#!/usr/bin/bash

rm -rf */ || true
rm *.tar* || true
dotnet clean || true
git clean -f || true
git reset --hard || true