mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Create .gitattributes
This commit is contained in:
parent
94dff2421c
commit
02cadcd907
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user