1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Fixes for travis (#2646)

* Fixes for travis

* fixes for travis
This commit is contained in:
David Bomba 2019-01-31 20:51:12 +11:00 committed by GitHub
parent 0b501181ac
commit febb465c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 24 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@
/public/packages
/public/vendor
/resources/assets/bower
/storage
/storage/*.key
/bootstrap/compiled.php
/bootstrap/environment.php
/vendor

2
bootstrap/cache/.gitignore vendored Executable file
View File

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

1
storage/.gitignore vendored Executable file
View File

@ -0,0 +1 @@
laravel.log

2
storage/app/.gitignore vendored Executable file
View File

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

2
storage/debugbar/.gitignore vendored Executable file
View File

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

6
storage/framework/.gitignore vendored Executable file
View 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
View File

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

2
storage/framework/sessions/.gitignore vendored Executable file
View File

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

2
storage/framework/views/.gitignore vendored Executable file
View File

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

2
storage/import/.gitignore vendored Executable file
View File

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

2
storage/logs/.gitignore vendored Executable file
View File

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