From 6875082f66d634bb66364b098561e1ab8d4816d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=ABss=20J=C4=81nis=20=C4=80bolti=C5=86=C5=A1?= Date: Thu, 17 Sep 2015 12:25:11 +0300 Subject: [PATCH] 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). --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 90c0df18f..55b624267 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /bootstrap/compiled.php /vendor -composer.lock composer.phar .DS_Store .idea