From 05be3841d738c44e49fab005e618cfd0a772dc2d Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:51:50 +0500 Subject: [PATCH] Update .gitattributes --- .gitattributes | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 82df161..44f1ee2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,9 +4,6 @@ # Go source files always have LF line endings *.go text eol=lf -# HTML tamplates contains Go-template directives -templates/*.html linguist-language=Go -internal/**/*.html linguist-language=Go - # Disable next extensions in project "used languages" list *.lua linguist-detectable=false +*.html linguist-detectable=false