From 08597725b84570cd6f32bf0ea92e75a803ef28c2 Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Sat, 7 Dec 2024 21:46:14 -0800 Subject: [PATCH] Tweak to .gitattributes --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index ce4b2c5b8b..c5c7c3067f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ /.github export-ignore /.gitignore export-ignore /.phpcs.xml.dist export-ignore -/.php-cs-fixer.dist export-ignore +/.php-cs-fixer.dist.php export-ignore /.scrutinizer.yml export-ignore /CHANGELOG.PHPExcel.md export-ignore /bin export-ignore @@ -14,7 +14,8 @@ /mkdocs.yml export-ignore /phpstan.neon.dist export-ignore /phpstan-baseline.neon export-ignore -/phpstan-conditional.neon export-ignore +/phpstan-conditional.php export-ignore +/phpunit10.xml.dist export-ignore /phpunit.xml.dist export-ignore /samples export-ignore /tests export-ignore