1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

.gitattributes: Exclude *.svg from CRLF/LF conversion

I ran into trouble after importing the Hugo v0.43 release tarball
into the Debian packaging git repository...
This commit is contained in:
Anthony Fok
2018-07-09 21:05:47 -06:00
parent 2b73e89d6d
commit 9c1e82085e

3
.gitattributes vendored
View File

@ -3,3 +3,6 @@
# Go source files always have LF line endings
*.go text eol=lf
# SVG files should not be modified
*.svg -text