From 02cadcd907507b673f49edb64ca09d961af9078e Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:46:59 +0500 Subject: [PATCH] Create .gitattributes --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..82df161 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Text files have auto line endings +* text=auto + +# 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