install backend

This commit is contained in:
Yisroel Baum 2026-07-30 22:00:34 +03:00
commit eede23a0fd
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
50 changed files with 10444 additions and 0 deletions

4
backend/storage/app/.gitignore vendored Normal file
View file

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

View file

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

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

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

9
backend/storage/framework/.gitignore vendored Normal 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

View file

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

View file

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

View file

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

View file

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

View file

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

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

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