and this is what clean-all has to say: `clean-all:...
# general
c
and this is what clean-all has to say:
clean-all: Delete all build products, creating a clean workspace.
... IMO stuff landing in
dist
are build products... and keeping
.cache
does not really work with a
clean workspace
..