Make sure we include the root storage folder so that composer is happy

This commit is contained in:
Leonard Smith 2021-03-06 10:36:16 -06:00
parent e208461642
commit bef7f1fb93
10 changed files with 29 additions and 1 deletions

4
.gitignore vendored
View File

@ -13,5 +13,7 @@ npm-debug.log
yarn-error.log
.editorconfig
.idea
/storage
/storage/en_bc
/storage/ulb
/storage/gwt
*.DS_Store

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

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

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

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

8
storage/framework/.gitignore vendored Normal file
View File

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

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

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

View File

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

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

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

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

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

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

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

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

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