From d261c793ae6426bcf91a3e6ccaa943283f34553c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 2 Nov 2018 20:40:35 +0100 Subject: [PATCH] Add extra cache path. --- storage/framework/views/.gitignore | 1 + storage/framework/views/v1/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 storage/framework/views/v1/.gitignore diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore index d6b7ef32c8..af17486245 100644 --- a/storage/framework/views/.gitignore +++ b/storage/framework/views/.gitignore @@ -1,2 +1,3 @@ * +!v1 !.gitignore diff --git a/storage/framework/views/v1/.gitignore b/storage/framework/views/v1/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/storage/framework/views/v1/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore