Prevent indexing session directory
This commit is contained in:
parent
1da1388079
commit
395670dd60
|
|
@ -238,7 +238,8 @@ function clearCache() {
|
|||
'storage/yaml-translation/*',
|
||||
'storage/framework/cache/*',
|
||||
'storage/framework/sessions/*',
|
||||
'storage/framework/views/*'
|
||||
'storage/framework/views/*',
|
||||
'!storage/framework/sessions/index.html'
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
1
storage/framework/sessions/.gitignore
vendored
1
storage/framework/sessions/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
*
|
||||
!.gitignore
|
||||
!index.html
|
||||
|
|
|
|||
0
storage/framework/sessions/index.html
Normal file
0
storage/framework/sessions/index.html
Normal file
Loading…
Reference in New Issue
Block a user