From b47a11830066b9cbad2141f788f46a5a0da36883 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Wed, 14 Feb 2024 14:49:24 +0100 Subject: [PATCH] Adjust gitattribute (#1515) and make up for the missing php-cs-fixer changes The rest of the changes is just: - sorted alphabetically - align the `export-ignore` column --- .gitattributes | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index 84b8468..ccc4e1e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,14 +2,14 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". -/.gitattributes export-ignore -/.github export-ignore -/.gitignore export-ignore -/.editorconfig export-ignore -/phpunit.xml.dist export-ignore -/tests export-ignore -/.php_cs.common.php export-ignore -/.php_cs.dist export-ignore -/.php_cs.tests.php export-ignore -/psalm.xml export-ignore -/psalm-baseline.xml export-ignore +/.editorconfig export-ignore +/.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 +/phpunit.xml.dist export-ignore +/psalm-baseline.xml export-ignore +/psalm.xml export-ignore +/tests export-ignore