From c5a19c0feeacb5151db48b402c274ff504fc44d7 Mon Sep 17 00:00:00 2001 From: Aleksei Khudiakov Date: Wed, 10 Jan 2024 09:31:36 +1000 Subject: [PATCH] Exclude composer.lock from exported archive Signed-off-by: Aleksei Khudiakov --- .gitattributes | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 88df8ad..58eb9f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,8 @@ -/.gitattributes export-ignore -/.github/ export-ignore -/.laminas-ci.json export-ignore -/phpcs.xml.dist export-ignore -/psalm.xml.dist export-ignore -/psalm-baseline.xml export-ignore -/renovate.json export-ignore +/.gitattributes export-ignore +/.github/ export-ignore +/.laminas-ci.json export-ignore +/composer.lock export-ignore +/phpcs.xml.dist export-ignore +/psalm.xml.dist export-ignore +/psalm-baseline.xml export-ignore +/renovate.json export-ignore