From 2c87c6b7a05235ccb076e8cbd7db6b2b621be369 Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 7 Aug 2024 07:50:14 +0300 Subject: [PATCH] Fix gitattributes export-ignore for unexisting files --- .gitattributes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index ce3b34e4..2fb241cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,10 @@ /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore -/.php_cs.dist export-ignore -/.travis.yml export-ignore +/.php-cs-fixer.php export-ignore /tests export-ignore -/phpstan.neon.dist export-ignore -/phpunit.xml.dist export-ignore +/phpstan.neon export-ignore +/phpstan-baseline.neon export-ignore +/phpunit.xml export-ignore /tools export-ignore +/Makefile export-ignore