From 108f6269c184977f0243fd5faf9bfd995f37d241 Mon Sep 17 00:00:00 2001 From: erikn69 Date: Thu, 17 Jul 2025 01:02:50 -0500 Subject: [PATCH] Update .gitattributes - avoid all `.php-cs-fixer` files on vendor (#1708) --- .gitattributes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index ccc4e1e..cec4f4d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,9 +6,7 @@ /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore -/.php-cs-fixer.cache export-ignore -/.php-cs-fixer.php export-ignore -/.php-cs-fixer.tests.cache export-ignore +/.php-cs-fixer* export-ignore /phpunit.xml.dist export-ignore /psalm-baseline.xml export-ignore /psalm.xml export-ignore