Update .gitattributes

This commit is contained in:
Paramtamtam 2022-03-25 14:51:50 +05:00 committed by GitHub
parent 02cadcd907
commit 05be3841d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View File

@ -4,9 +4,6 @@
# Go source files always have LF line endings # Go source files always have LF line endings
*.go text eol=lf *.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 # Disable next extensions in project "used languages" list
*.lua linguist-detectable=false *.lua linguist-detectable=false
*.html linguist-detectable=false