From 2d2f56443c0c26346d2657384d3437688a722cb6 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 25 Mar 2026 16:34:40 +0000 Subject: [PATCH] Update .gitattributes --- .gitattributes | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 98c1cec0..507bb1fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,11 +4,16 @@ /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php_cs export-ignore +/.php-cs-fixer.php export-ignore /.scrutinizer.yml export-ignore -/.travis.yml export-ignore +/.github export-ignore +/CONTRIBUTING.md export-ignore /dev-tools export-ignore /phpstan.neon export-ignore /phpunit.xml export-ignore +/phpunit-windows.xml export-ignore /samples export-ignore +/doc export-ignore /tests export-ignore +/Makefile export-ignore +/alt_autoload.php-dist export-ignore