From acdd33a40f789cc758938e681bdcb2e4c6365023 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Tue, 5 Nov 2024 11:40:33 +0100 Subject: [PATCH 1/2] Update .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4fb28bc9..f88a63ea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,7 @@ phpstan.neon export-ignore phpunit.xml.dist export-ignore psalm.xml export-ignore rector.php export-ignore +box.json.dist export-ignore +composer-dependency-analyser.php export-ignore +scoper.inc.php export-ignore +docs export-ignore From 250a4cf3add56bfc14ad9b8e5a8a2e7f4ef4a351 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Tue, 5 Nov 2024 12:05:35 +0100 Subject: [PATCH 2/2] Update export-ignore entries in .gitattributes --- .gitattributes | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index f88a63ea..3bd22cab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,12 @@ .* export-ignore -patches export-ignore +docs export-ignore tests export-ignore infection.json export-ignore Makefile export-ignore -composer-require-checker.json export-ignore +box.json.dist export-ignore +composer-dependency-analyser.php export-ignore phpstan.neon export-ignore phpunit.xml.dist export-ignore psalm.xml export-ignore rector.php export-ignore -box.json.dist export-ignore -composer-dependency-analyser.php export-ignore scoper.inc.php export-ignore -docs export-ignore