modified .gitignore
This commit is contained in:
6
dashboard/.gitignore
vendored
6
dashboard/.gitignore
vendored
@@ -18,9 +18,11 @@
|
|||||||
/public/storage
|
/public/storage
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
/storage/app/*
|
/storage/app/*
|
||||||
/storage/framework/*
|
/storage/framework/cache/*
|
||||||
|
/storage/framework/sessions/*
|
||||||
|
/storage/framework/testing/*
|
||||||
|
/storage/framework/views/*
|
||||||
/storage/logs/*
|
/storage/logs/*
|
||||||
/storage/pail
|
|
||||||
/vendor
|
/vendor
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
|||||||
0
dashboard/bootstrap/cache/.gitignore
vendored
Normal file → Executable file
0
dashboard/bootstrap/cache/.gitignore
vendored
Normal file → Executable file
0
dashboard/storage/app/.gitignore
vendored
Normal file → Executable file
0
dashboard/storage/app/.gitignore
vendored
Normal file → Executable file
0
dashboard/storage/app/private/.gitignore
vendored
Normal file → Executable file
0
dashboard/storage/app/private/.gitignore
vendored
Normal file → Executable file
0
dashboard/storage/app/public/.gitignore
vendored
Normal file → Executable file
0
dashboard/storage/app/public/.gitignore
vendored
Normal file → Executable file
9
dashboard/storage/framework/.gitignore
vendored
Executable file
9
dashboard/storage/framework/.gitignore
vendored
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
compiled.php
|
||||||
|
config.php
|
||||||
|
down
|
||||||
|
events.scanned.php
|
||||||
|
maintenance.php
|
||||||
|
routes.php
|
||||||
|
routes.scanned.php
|
||||||
|
schedule-*
|
||||||
|
services.json
|
||||||
3
dashboard/storage/framework/cache/.gitignore
vendored
Executable file
3
dashboard/storage/framework/cache/.gitignore
vendored
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
!data/
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/cache/data/.gitignore
vendored
Executable file
2
dashboard/storage/framework/cache/data/.gitignore
vendored
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/sessions/.gitignore
vendored
Executable file
2
dashboard/storage/framework/sessions/.gitignore
vendored
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/testing/.gitignore
vendored
Executable file
2
dashboard/storage/framework/testing/.gitignore
vendored
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
dashboard/storage/framework/views/.gitignore
vendored
Executable file
2
dashboard/storage/framework/views/.gitignore
vendored
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
0
dashboard/storage/logs/.gitignore
vendored
Normal file → Executable file
0
dashboard/storage/logs/.gitignore
vendored
Normal file → Executable file
131815
docker/mysql/init.sql
Normal file
131815
docker/mysql/init.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user