Fixes for travis (#2645)
* add gitignores back into app * gitignore bootstrap * fixes for storage
This commit is contained in:
parent
1476f12a8d
commit
b8ec0f6cab
11 changed files with 22 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,7 +9,7 @@
|
||||||
/public/packages
|
/public/packages
|
||||||
/public/vendor
|
/public/vendor
|
||||||
/resources/assets/bower
|
/resources/assets/bower
|
||||||
/storage
|
/storage/*.key
|
||||||
/bootstrap/compiled.php
|
/bootstrap/compiled.php
|
||||||
/bootstrap/environment.php
|
/bootstrap/environment.php
|
||||||
/vendor
|
/vendor
|
||||||
|
|
|
||||||
1
storage/.gitignore
vendored
Executable file
1
storage/.gitignore
vendored
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
laravel.log
|
||||||
2
storage/app/.gitignore
vendored
Executable file
2
storage/app/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
storage/debugbar/.gitignore
vendored
Executable file
2
storage/debugbar/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
BIN
storage/framework/.DS_Store
vendored
Normal file
BIN
storage/framework/.DS_Store
vendored
Normal file
Binary file not shown.
6
storage/framework/.gitignore
vendored
Executable file
6
storage/framework/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
config.php
|
||||||
|
routes.php
|
||||||
|
compiled.php
|
||||||
|
services.json
|
||||||
|
events.scanned.php
|
||||||
|
routes.scanned.php
|
||||||
2
storage/framework/cache/.gitignore
vendored
Executable file
2
storage/framework/cache/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
storage/framework/sessions/.gitignore
vendored
Executable file
2
storage/framework/sessions/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
storage/framework/views/.gitignore
vendored
Executable file
2
storage/framework/views/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
storage/import/.gitignore
vendored
Executable file
2
storage/import/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
storage/logs/.gitignore
vendored
Executable file
2
storage/logs/.gitignore
vendored
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Loading…
Add table
Reference in a new issue