add back accidentally deleted cache dirs

pull/154/head
Nabeel Shahzad 7 years ago
parent f3f9e3043d
commit 5ba20b5bb3

@ -19,9 +19,9 @@ clean:
@find bootstrap/cache -type f -not -name '.gitignore' -print0 | xargs -0 rm -rf
@find storage/app/public -type f -not -name '.gitignore' -print0 | xargs -0 rm -rf
@find storage/app -type f -not -name '.gitignore' -not -name public -print0 | xargs -0 rm -rf
@find storage/framework/cache -type f -or -type d -not -name '.gitignore' -print0 | xargs -0 rm -rf
@find storage/framework/sessions -type f -or -type d -not -name '.gitignore' -print0 | xargs -0 rm -rf
@find storage/framework/views -type f -or -type d -not -name '.gitignore' -print0 | xargs -0 rm -rf
@find storage/framework/cache/ -type f -or -type d -not -name '.gitignore' -mindepth 1 -print0 | xargs -0 rm -rf
@find storage/framework/sessions/ -type f -or -type d -not -name '.gitignore' -print0 | xargs -0 rm -rf
@find storage/framework/views/ -type f -or -type d -not -name '.gitignore' -print0 | xargs -0 rm -rf
@find storage/logs -type f -not -name '.gitignore' -print0 | xargs -0 rm -rf
.PHONY: clean-routes

@ -0,0 +1,2 @@
-*
-!.gitignore

@ -0,0 +1,2 @@
-*
-!.gitignore

@ -0,0 +1,2 @@
-*
-!.gitignore
Loading…
Cancel
Save