Skip to content

Commit ef2e266

Browse files
committed
chore: improve make clean command
1 parent dc97b3d commit ef2e266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ clean: ## Clean
665665
rm -rf "$(CURDIR)/coverage"
666666
rm -rf "$(CURDIR)/packages"
667667
rm -rf "$(CURDIR)/.open-space-toolkit"
668+
find "$(CURDIR)" -type d -name ".mypy_cache" -not -path "$(CURDIR)/.git/*" -exec rm -rf {} +
668669

669670
.PHONY: clean
670671

0 commit comments

Comments
 (0)