From 54283c6e3ba7b24f29b488569bd8962521b8935b Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Sun, 27 Dec 2020 19:02:07 -0600 Subject: [PATCH] Try to include JSON in GitHub language stats --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 52926b77bf..6d5dea4e32 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -*.ckan linguist-language=JSON -*.netkan linguist-language=JSON -*.frozen linguist-language=JSON +*.ckan linguist-language=JSON linguist-detectable=true +*.netkan linguist-language=JSON linguist-detectable=true +*.frozen linguist-language=JSON linguist-detectable=true