From 695464de8a7d72d62ce6adc9ec44a30170468d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 2 Jun 2017 09:50:47 +0200 Subject: [PATCH] Ignore composer.lock from git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #13346 Signed-off-by: Michal Čihař --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1270653dd5..41bd940970 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,5 @@ phpunit.xml # Ant cache cache.properties # Composer +composer.lock /vendor/