From 4e863aada42d4d1e2537b42a27bcf78aba750f5f Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Fri, 2 Nov 2018 14:01:14 +0000 Subject: [PATCH] Hide html files from stats by marking as vendored --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 53588d4..613bbdf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -docs/source/_templates/*.html linguist-vendored=false -tests/*.html linguist-vendored=false +docs/source/_templates/*.html linguist-vendored +tests/*.html linguist-vendored