From d255f250191c9c80095f6aa5c8a880dae448c791 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 20 Jan 2021 13:20:45 +1000 Subject: [PATCH] try again to improve GitHub's language stats - It seems this only alters the % graph on the front page, and does not control the options available when drilling down in a search. - The cargo/remote/*.bzl files were not being ignored; try "vendor" them instead. --- .gitattributes | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9075f7b56..790be4091 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ * text=auto eol=lf -*.ftl linguist-language=Fluent -*.sql linguist-language=SQL -cargo/remote/* -linguist-detectable -qt/aqt/forms/*.ui -linguist-detectable +*.ftl -linguist-detectable +cargo/remote/* linguist-vendored