From 6da2a76bf0bfd44e0d2d18b103a8ebf866cc3488 Mon Sep 17 00:00:00 2001 From: l0gic Date: Mon, 8 Jun 2026 07:50:16 +0500 Subject: [PATCH] fix: export-ignore pint.json from the dist archive A missing newline merged the Tests and pint.json rules, so pint.json was published in the release archive. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cb6f294..767e526 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,5 @@ *.md export-ignore phpunit.xml export-ignore phpstan.neon export-ignore -Tests export-ignorepint.json export-ignore +Tests export-ignore +pint.json export-ignore