From fd9c58482015017b824904253a0d7fa1e8926020 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 5 Mar 2026 11:13:01 +0000 Subject: [PATCH 1/2] Add the CHANGELOG.md to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a37d8f23..6a25aa16 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ phpunit.php export-ignore phpunit.xml export-ignore random-tests.php export-ignore README.md export-ignore +CHANGELOG.md export-ignore tests/ export-ignore tools/ export-ignore .github/ export-ignore From 90672d9bb485671627851c3b5339f299a23e18ff Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 5 Mar 2026 14:42:48 +0000 Subject: [PATCH 2/2] All .md files should stay in the vendor export --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6a25aa16..9bb60a08 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,8 +5,6 @@ phpstan.neon export-ignore phpunit.php export-ignore phpunit.xml export-ignore random-tests.php export-ignore -README.md export-ignore -CHANGELOG.md export-ignore tests/ export-ignore tools/ export-ignore .github/ export-ignore