From 3520785346231cd56415a3feec248988b672f935 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Fri, 27 Jul 2018 20:52:51 +0800 Subject: [PATCH] Update .gitatributes to only export ignore /tests dir --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4037851..ff0ef10 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,4 @@ screenshots export-ignore .travis.yml export-ignore phpunit.xml export-ignore readme.md export-ignore -tests export-ignore \ No newline at end of file +tests/*/** export-ignore \ No newline at end of file