Merge pull request #4760 from NFarrington/persist-cache-data-directory
[5.7] Persist the /storage/framework/cache/data directory
This commit is contained in:
1
storage/framework/cache/.gitignore
vendored
1
storage/framework/cache/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*
|
||||
!data/
|
||||
!.gitignore
|
||||
|
||||
2
storage/framework/cache/data/.gitignore
vendored
Normal file
2
storage/framework/cache/data/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user