Fixes for composer:

- ./vendor/ is being prepared by executing `utils/composer.phar install`, no
  need to have it around
- converted .gitignore to LF line-ending (more common over the whole project)
- no need to have them around ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-04-02 21:29:06 +02:00 committed by Roland Häder
parent 8e42e797cc
commit 7525b8fefe
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 56 additions and 61 deletions

9
.gitignore vendored
View File

@ -9,7 +9,6 @@ include/jquery-1.4.2.min.js
favicon.*
home.html
addon
*.orig
*~
robots.txt
@ -53,9 +52,5 @@ nbproject
#ignore things from transifex-client
venv/
#ignore Composer dependencies
/vendor
/view/asset
#ignore config files from JetBrains
/.idea
#ignore all in 'vendor' as `utils/composer.phar install` will bring it back
vendor/*