Revert "Remove storage"

This reverts commit ba7dbed00c.
This commit is contained in:
bad 2021-10-29 09:53:17 +02:00
parent c6a21ca630
commit 103fe77e74
11 changed files with 29 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
/public/hot
/public/storage
/storage/*.key
/storage
/vendor
.env
.env.backup

3
storage/app/.gitignore vendored Executable file
View File

@ -0,0 +1,3 @@
*
!public/
!.gitignore

2
storage/app/public/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore

9
storage/framework/.gitignore vendored Executable file
View File

@ -0,0 +1,9 @@
compiled.php
config.php
down
events.scanned.php
maintenance.php
routes.php
routes.scanned.php
schedule-*
services.json

3
storage/framework/cache/.gitignore vendored Executable file
View File

@ -0,0 +1,3 @@
*
!data/
!.gitignore

2
storage/framework/cache/data/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/sessions/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/testing/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/views/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
storage/logs/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
storage/mysql/.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*
!.gitignore