1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00

Fixes for travis (#2645)

* add gitignores back into app

* gitignore bootstrap

* fixes for storage
This commit is contained in:
David Bomba 2019-01-31 20:16:07 +11:00 committed by GitHub
parent 1476f12a8d
commit b8ec0f6cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 22 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

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

BIN
storage/framework/.DS_Store vendored Normal file

Binary file not shown.

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