Should remove everyting in directories out, originals and tmp, except for the .gitignore file found in each of these folders.
The purpose of this is to clean up after development, I don't expect this will be used very much in production as tmp should already be auto-cleaned and the other two directories can be cleaned when needed with the invalidate route.
Should remove everyting in directories
out
,originals
andtmp
, except for the.gitignore
file found in each of these folders.The purpose of this is to clean up after development, I don't expect this will be used very much in production as
tmp
should already be auto-cleaned and the other two directories can be cleaned when needed with theinvalidate
route.