mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-25 23:37:40 +00:00
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
4 lines
46 B
Makefile
4 lines
46 B
Makefile
clean:
|
|
rm -rf traildepot/data
|
|
|
|
.PHONY: clean
|