From 37317364f1b08d927435952f07664c44a0163191 Mon Sep 17 00:00:00 2001 From: JurianArie <28654085+JurianArie@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:37:11 +0200 Subject: [PATCH] Update export-ignore rules in .gitattributes --- .gitattributes | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index a37e0b1d..8964de1b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ -/tests/ export-ignore -/.github/ export-ignore -/.php-cs-fixer.php export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore +/tests export-ignore +/.github export-ignore +.php-cs-fixer.php export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpspec.yml export-ignore +CHANGELOG.md export-ignore