ref: 9c1e82085eb07d5b4dcdacbe82d5bafd26e08631
parent: 2b73e89d6d2822e86360a6c92c87f539677c119b
author: Anthony Fok <[email protected]>
date: Mon Jul 9 17:05:47 EDT 2018
.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...
--- a/.gitattributes
+++ b/.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