From a662e100ae6908711c5e255d2e4e93a11e363403 Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Sat, 23 Dec 2017 23:30:44 +0100 Subject: [PATCH] gitattributes: added phpstan export ignore --- .gitattributes | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index ae1f85b8..2d2473bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ -.gitattributes export-ignore -.gitignore export-ignore -tests/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/tests/ export-ignore +/.phpstan.neon export-ignore +/.travis.yml export-ignore +/composer.json eol=lf *.sh eol=lf -composer.json eol=lf