From abb7e7ca25de4e13b04e1e7e2291624648a155c5 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Thu, 15 Nov 2018 19:48:18 +0100 Subject: [PATCH] Added .gitattributes --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 266c7b4..9eaaa72 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ -/test export-ignore -/vendor export-ignore +test export-ignore +vendor export-ignore +.editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore .git export-ignore @@ -12,4 +13,3 @@ LICENSE.md export-ignore phpcs.xml.dist export-ignore phpunit-integration.xml export-ignore phpunit-unit.xml export-ignore - -- GitLab