Skip to content

Commit 7636920

Browse files
committed
Persist file cache data directory
1 parent 9838f79 commit 7636920

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

storage/framework/cache/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*
2+
!data/
23
!.gitignore
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)