From 64683562b499d714bb23b480c02bd25d0d073dec Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 15 Dec 2021 12:37:05 +0000 Subject: [PATCH] Update .gitattributes --- .gitattributes | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index e5620ab..3d5feb3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,19 @@ -/spec export-ignore -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.scrutinizer.yml export-ignore -.travis.yml export-ignore -phpunit.xml.dist export-ignore -infection.json.dist export-ignore -grumphp.yml.dist export-ignore -phpspec.yml.dist export-ignore +/.github/ export-ignore +/benchmarks/ export-ignore +/docker/auto-changelog/ export-ignore +/spec/ export-ignore +/tests/ export-ignore +/.auto-changelog export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/CHANGELOG.md export-ignore +/docker-compose.yaml export-ignore +/grumphp.yml.dist export-ignore +/infection.json.dist export-ignore +/phpbench.json.dist export-ignore +/phpspec.yml.dist export-ignore +/phpstan.neon export-ignore +/psalm.xml export-ignore