From 92d2dbebcdbe3a02da5980cc4983c56fef5f7ef5 Mon Sep 17 00:00:00 2001 From: Raj Das Date: Mon, 21 Aug 2023 14:49:58 +0530 Subject: [PATCH] Update .gitattributes to show golang language --- .gitattributes | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index cb5f021fd..b0839fece 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ -*.go linguist-language=Go -*.sh linguist-language=Shell -*.js linguist-language=JavaScript +*.go linguist-detectable=true +*.css linguist-detectable=false +*.js linguist-detectable=false +*.ts linguist-detectable=false +*.html linguist-detectable=false +*.tsx linguist-detectable=false