dutchiexl / BehatHtmlFormatterPlugin

This is a behat plugin to generate HTML reports
MIT License
112 stars 116 forks source link

Added a gitignore #38

Closed fonsecas72 closed 9 years ago

fonsecas72 commented 9 years ago

ignoring: composer.lock vendor/

rodrigoaguilera commented 9 years ago

I'm just curious: why ignoring composer.lock?

fonsecas72 commented 9 years ago

This is a little controversial. We can see that the same is done by behat. The main reason (I think) is to make composer to always update when installing. In this case, behat and twig will always be updated according with version requirements off course.

fonsecas72 commented 9 years ago

https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file "For libraries it is not necessary to commit the lock file"