modified .gitignore
This commit is contained in:
8
dashboard/.gitignore
vendored
8
dashboard/.gitignore
vendored
@@ -18,10 +18,12 @@
|
||||
/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
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
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