Remove composer-lock from .gitignore

As per https://github.com/PrivateBin/PrivateBin/issues/84#issuecomment-275065350
Thanks, @jelhan.
This commit is contained in:
rugk 2017-01-26 16:40:33 +01:00
parent 4a7a3ab76d
commit 065f5e53b3
No known key found for this signature in database
GPG Key ID: 05D40A636AFAB34D

2
.gitignore vendored
View File

@ -23,8 +23,6 @@ vendor/**/tests
vendor/**/build_phar.php
!vendor/**/*.php
composer.lock
# Ignore unit testing logs, api docs and eclipse project files
tst/log/
.settings