diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-20 18:49:45 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-20 18:49:45 +0100 |
commit | 173629a4002de5091f41cad4891cca6c8490a7ca (patch) | |
tree | 914c7184d511b4e70d9d6b8f9dea2b406ba67f0f /var/logs/.gitkeep | |
parent | d481f42b7d383eb6211d1d3049d1a2c8288d9edb (diff) | |
download | wallabag-173629a4002de5091f41cad4891cca6c8490a7ca.tar.gz wallabag-173629a4002de5091f41cad4891cca6c8490a7ca.tar.zst wallabag-173629a4002de5091f41cad4891cca6c8490a7ca.zip |
Ignore composer.lock
Having a big composer.lock on a final project can have side effect on incoming PR that add a new vendor.
Mostly because conflict are too frequent.
By ignoring composer.lock we ease the PR submission and rebase.
BUT we need to be careful when we release a new version of wallabag. We should manually `git add -f composer.lock` to update it.
Since composer.lock will no longer be commited I switch the `composer install` to a `composer up` in the travis configuration.
Diffstat (limited to 'var/logs/.gitkeep')
0 files changed, 0 insertions, 0 deletions