From 25511bfd34e338bd95f2b4d1721d2ca50d8a551d Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 12 Jun 2019 02:25:50 -0600 Subject: [PATCH] Added storage/framework/cache/data folder required by 5.6. --- 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 c96a04f00..869804c2a 100644 --- a/storage/framework/cache/.gitignore +++ b/storage/framework/cache/.gitignore @@ -1,2 +1,3 @@ * +!data/ !.gitignore \ No newline at end of file diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore new file mode 100644 index 000000000..c96a04f00 --- /dev/null +++ b/storage/framework/cache/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file