Force add these

This commit is contained in:
Lance Pioch 2024-03-14 01:15:18 -04:00
parent cd51705b58
commit aa85727156
5 changed files with 16 additions and 0 deletions

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

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

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/views/.gitignore vendored Executable file
View File

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