modified .gitignore

This commit is contained in:
2026-06-17 16:22:03 +07:00
parent c08bd1af1b
commit ad5d45fee5
13 changed files with 131840 additions and 3 deletions

View File

@@ -18,9 +18,11 @@
/public/storage
/storage/*.key
/storage/app/*
/storage/framework/*
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/logs/*
/storage/pail
/vendor
Homestead.json
Homestead.yaml

0
dashboard/bootstrap/cache/.gitignore vendored Normal file → Executable file
View File

0
dashboard/storage/app/.gitignore vendored Normal file → Executable file
View File

0
dashboard/storage/app/private/.gitignore vendored Normal file → Executable file
View File

0
dashboard/storage/app/public/.gitignore vendored Normal file → Executable file
View File

9
dashboard/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

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

0
dashboard/storage/logs/.gitignore vendored Normal file → Executable file
View File

131815
docker/mysql/init.sql Normal file

File diff suppressed because it is too large Load Diff