From ac62e7f08e5b0b526386644911103bb3422c0015 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 3 Apr 2024 09:55:48 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitattributes b/.gitattributes index ab96863..c484c78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,17 +1,17 @@ -/.gitattributes export-ignore -/.gitignore export-ignore -/.github export-ignore -/.phive export-ignore -/.psalm export-ignore -/build export-ignore -/tests export-ignore -/tools export-ignore -/tools/* binary -/.gitattributes export-ignore -/.gitignore export-ignore -/.php-cs-fixer.dist.php export-ignore -/build.xml export-ignore -/infection.json export-ignore -/phpunit.xml export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.github export-ignore +/.phive export-ignore +/.psalm export-ignore +/build export-ignore +/tests export-ignore +/tools export-ignore +/tools/* binary +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.dist.php export-ignore +/build.xml export-ignore +/infection.json5.dist export-ignore +/phpunit.xml export-ignore *.php diff=php