Skip to content

Commit 562c48f

Browse files
committed
.gitattributes: Treat SVG as binary
This may not be fully accurate. But changes to an SVG file are usually better viewed with a graphical tool than a `diff` and contributor stats are really messed up with svg files being treated as text files.
1 parent 9c7f8ca commit 562c48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Cargo.lock binary
66
# when the heading is exactly 7 characters long.
77
*.md conflict-marker-size=100
88
*.txt conflict-marker-size=100
9+
*.svg binary

0 commit comments

Comments
 (0)