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 2fd14eac70
commit cdc24a73ca
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -56,6 +56,7 @@ venv/
#ignore all in 'vendor' as `utils/composer.phar install` will bring it back
vendor/*
<<<<<<< HEAD
#ignore config files from JetBrains
/.idea
@ -65,3 +66,5 @@ addons/
#Ignore .htaccess as it may contain local changes
.htaccess
=======
>>>>>>> Fixes for composer: