From f4797159f068602bf09dec58100aa8e8bc662554 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 29 Aug 2017 13:24:49 +0200 Subject: [PATCH] Ignore composer.lock. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b39403..adbc8dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -/phpunit.xml +/composer.lock /phpcs.xml +/phpunit.xml /vendor