From 3121c5471b49797258eb8388bdf9914ce144d03c Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Mon, 16 Jan 2017 14:27:32 +0100 Subject: [PATCH] Update .gitattributes [skip ci] --- .gitattributes | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 72e6571..d14a847 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,9 +3,14 @@ # Always use LF core.autocrlf=lf -.gitignore export-ignore +.codeclimate.yml export-ignore .gitattributes export-ignore -/.travis.yml export-ignore -/.php_cs export-ignore -/phpunit.xml.dist export-ignore +.gitignore export-ignore +.php_cs export-ignore +.scrutinizer.yml export-ignore +.styleci.yml export-ignore +.travis.yml export-ignore +.github export-ignore +phpunit.xml.dist export-ignore +/tests export-ignore /doc export-ignore