From 79e56bc162b5b98bdec05c18792b36f1ea378691 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 23 Mar 2018 11:03:46 -0400 Subject: [PATCH] Exclude docs, tests, tools from GitHub language statistics --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7ec69e4..e7bc6c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore -/phpunit.xml.dist export-ignore -/tests export-ignore -/tools export-ignore -/docs export-ignore +/docs export-ignore linguist-documentation +/phpunit.xml.dist export-ignore linguist-documentation +/tests export-ignore linguist-documentation +/tools export-ignore linguist-documentation