Browse Source

Merge pull request #4760 from NFarrington/persist-cache-data-directory

[5.7] Persist the /storage/framework/cache/data directory
Taylor Otwell 5 years ago
parent
commit
cc1dd54ead
2 changed files with 3 additions and 0 deletions
  1. 1 0
      storage/framework/cache/.gitignore
  2. 2 0
      storage/framework/cache/data/.gitignore

+ 1 - 0
storage/framework/cache/.gitignore

@@ -1,2 +1,3 @@
 *
+!data/
 !.gitignore

+ 2 - 0
storage/framework/cache/data/.gitignore

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