From 76369205c8715a4a8d0d73061aa042a74fd402dc Mon Sep 17 00:00:00 2001 From: Neil Farrington Date: Wed, 12 Sep 2018 20:57:11 +0100 Subject: [PATCH] Persist file cache data directory --- storage/framework/cache/.gitignore | 1 + storage/framework/cache/data/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 storage/framework/cache/data/.gitignore diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore index d6b7ef32..01e4a6cd 100644 --- a/storage/framework/cache/.gitignore +++ b/storage/framework/cache/.gitignore @@ -1,2 +1,3 @@ * +!data/ !.gitignore diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/storage/framework/cache/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore