From 9765b73840ca23de17236d6242625c374ecda9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 27 Jul 2022 14:17:54 +0200 Subject: [PATCH 1/2] Exclude dev files from dist package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Anne --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9f3d5ed8..604bf0ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,5 +7,8 @@ /mkdocs.yml export-ignore /phpbench.json export-ignore /phpcs.xml export-ignore +/phpcs.xml.dist export-ignore /phpunit.xml.dist export-ignore +/psalm.xml.dist export-ignore +/psalm-baseline.xml export-ignore /test/ export-ignore From 12e86ddea830e1ebe2f4d25949a264cac5a5b16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 27 Jul 2022 14:25:40 +0200 Subject: [PATCH 2/2] Add export-ignore attribute on renovate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Anne --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 604bf0ad..4bdd1cca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,5 @@ /phpunit.xml.dist export-ignore /psalm.xml.dist export-ignore /psalm-baseline.xml export-ignore +/renovate.json export-ignore /test/ export-ignore