From ddfeedfff2a52661429437da0702979f708e6ac6 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 19 Oct 2020 17:50:15 +0100 Subject: [PATCH] Update .gitattributes (#132) --- .gitattributes | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9deda0f..c3ef276 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,11 @@ -.editorconfig export-ignore -.gitattributes export-ignore -/.github/ export-ignore -.gitignore export-ignore -/.travis.yml export-ignore -/phpunit.xml.dist export-ignore -/tests/ export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +/.github/ export-ignore +.gitignore export-ignore +/.travis.yml export-ignore +/.php_cs.dist export-ignore +/phpstan-baseline.neon export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore +/tests/ export-ignore