mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
9c1e82085e
I ran into trouble after importing the Hugo v0.43 release tarball into the Debian packaging git repository...
8 lines
160 B
Text
8 lines
160 B
Text
# Text files have auto line endings
|
|
* text=auto
|
|
|
|
# Go source files always have LF line endings
|
|
*.go text eol=lf
|
|
|
|
# SVG files should not be modified
|
|
*.svg -text
|