Remove storage
This commit is contained in:
parent
774c6a4800
commit
ba7dbed00c
10 changed files with 1 additions and 27 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/storage
|
||||
/vendor
|
||||
.env
|
||||
.env.backup
|
||||
|
|
3
storage/app/.gitignore
vendored
3
storage/app/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*
|
||||
!public/
|
||||
!.gitignore
|
2
storage/app/public/.gitignore
vendored
2
storage/app/public/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
9
storage/framework/.gitignore
vendored
9
storage/framework/.gitignore
vendored
|
@ -1,9 +0,0 @@
|
|||
compiled.php
|
||||
config.php
|
||||
down
|
||||
events.scanned.php
|
||||
maintenance.php
|
||||
routes.php
|
||||
routes.scanned.php
|
||||
schedule-*
|
||||
services.json
|
3
storage/framework/cache/.gitignore
vendored
3
storage/framework/cache/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*
|
||||
!data/
|
||||
!.gitignore
|
2
storage/framework/cache/data/.gitignore
vendored
2
storage/framework/cache/data/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
2
storage/framework/sessions/.gitignore
vendored
2
storage/framework/sessions/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
2
storage/framework/testing/.gitignore
vendored
2
storage/framework/testing/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
2
storage/framework/views/.gitignore
vendored
2
storage/framework/views/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
2
storage/logs/.gitignore
vendored
2
storage/logs/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
Loading…
Reference in a new issue