From 2739707fff72d6e872383530e33df56b6e38c76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Mon, 7 Jun 2021 12:21:14 +0200 Subject: [PATCH] Do not include composer.lock in distribution --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2dfa6e3..2d5508a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,7 @@ /.scrutinizer.yml export-ignore /Makefile export-ignore /composer-require-config.json export-ignore -/composer.lock +/composer.lock export-ignore /phive.xml export-ignore /phpbench.json export-ignore /phpcs.xml.dist export-ignore