From c189018b02dd53e439810817c91adae47d46d8dc Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 1 Dec 2019 02:18:59 +0000 Subject: [PATCH] Update .gitattributes --- .gitattributes | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3d7f7e35..160a6002 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,12 @@ -.editorconfig export-ignore -.gitattributes export-ignore -/.github/ export-ignore -.gitignore export-ignore -/.travis.yml export-ignore -/build/ export-ignore -/docs/ export-ignore -/Makefile 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 +/build/ export-ignore +/docs/ export-ignore +/Makefile export-ignore +/phpstan-baseline.neon export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore +/tests/ export-ignore