Remove composer.lock from .gitignore
This file should be included in the codebase so that all developers get exact copies of libraries and their corresponding versions. Explained in more detail [here](https://blog.engineyard.com/2014/composer-its-all-about-the-lock-file).
This commit is contained in:
parent
6b916cb554
commit
6875082f66
|
|
@ -1,6 +1,5 @@
|
||||||
/bootstrap/compiled.php
|
/bootstrap/compiled.php
|
||||||
/vendor
|
/vendor
|
||||||
composer.lock
|
|
||||||
composer.phar
|
composer.phar
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue