Skip to content

Commit fbf57b8

Browse files
committed
build(workbench): add cache dir in storage
1 parent 16e07f6 commit fbf57b8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

workbench/.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ storage/app/*
55
!storage/app/public/
66
storage/app/public/*
77
!storage/app/public/.gitkeep
8-
storage/framework/cache/*
9-
!storage/framework/cache/.gitkeep
10-
!storage/framework/cache/data/
11-
storage/framework/cache/data/*
12-
!storage/framework/cache/data/.gitkeep
138
storage/framework/sessions/*
149
!storage/framework/sessions/.gitkeep
1510
storage/framework/testing/*
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!data/
3+
!.gitignore
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)