From 575a66dc406575b030e3ba541b33447842f93185 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Tue, 18 Feb 2020 09:37:37 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 981925d..f7e1aac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,14 @@ * text=auto -/tests export-ignore /.github export-ignore -/.coveralls.yml export-ignore -/.scrutinizer.yml export-ignore +/tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/.php_cs.dist export-ignore +/.scrutinizer.yml export-ignore /.travis.yml export-ignore -/phpunit.xml.dist export-ignore +/CODE_OF_CONDUCT.md export-ignore /README.md export-ignore +/infection.json.dist export-ignore +/phpstan.neon export-ignore +/phpunit.xml.dist export-ignore