Browse Source

.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...
pull/4922/head
Anthony Fok 7 years ago
parent
commit
9c1e82085e
No known key found for this signature in database GPG Key ID: EA2500B412C59ACF
  1. 3
      .gitattributes

3
.gitattributes

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