Create .gitattributes

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

12
.gitattributes vendored Normal file
View File

@ -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