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:
parent
8e42e797cc
commit
7525b8fefe
1 changed files with 56 additions and 61 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -9,7 +9,6 @@ include/jquery-1.4.2.min.js
|
||||||
favicon.*
|
favicon.*
|
||||||
home.html
|
home.html
|
||||||
addon
|
addon
|
||||||
*.orig
|
|
||||||
*~
|
*~
|
||||||
robots.txt
|
robots.txt
|
||||||
|
|
||||||
|
@ -53,9 +52,5 @@ nbproject
|
||||||
#ignore things from transifex-client
|
#ignore things from transifex-client
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
#ignore Composer dependencies
|
#ignore all in 'vendor' as `utils/composer.phar install` will bring it back
|
||||||
/vendor
|
vendor/*
|
||||||
/view/asset
|
|
||||||
|
|
||||||
#ignore config files from JetBrains
|
|
||||||
/.idea
|
|
||||||
|
|
Loading…
Reference in a new issue