Skip to content

Commit 9c1e820

Browse files
committed
.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...
1 parent 2b73e89 commit 9c1e820

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
# Go source files always have LF line endings
55
*.go text eol=lf
6+
7+
# SVG files should not be modified
8+
*.svg -text

0 commit comments

Comments
 (0)