chore: add clean
parent
5a2faf2cd4
commit
e562e5bbd9
|
@ -0,0 +1,4 @@
|
|||
# Need to run this once in a while
|
||||
# go clean -cache -testcache -modcache -fuzzcache -x
|
||||
# sudo cargo +nightly clean gc -Z gc --max-download-age=1day
|
||||
# uv cache clean
|
|
@ -23,6 +23,3 @@ go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
|||
go install github.com/maruel/panicparse/v2@latest
|
||||
go install gotest.tools/gotestsum@latest
|
||||
go install github.com/bufbuild/buf/cmd/buf@v1.31.0
|
||||
|
||||
# Need to run this once a month
|
||||
# go clean -cache -testcache -modcache -fuzzcache
|
||||
|
|
Loading…
Reference in New Issue