From 106ee171efa700fa922f16f88876e07c24027b69 Mon Sep 17 00:00:00 2001 From: Eugene Matvejev Date: Mon, 20 Jun 2016 23:37:32 +0300 Subject: [PATCH] add composer.lock into .gitignore as it is lib and there is no point to commit .lock file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b42be70..12436c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ var/ vendor/ +composer.lock