mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
gitattributes: Diff SVGs as code.
We also no longer worry about preventing newline conversions.
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -20,7 +20,6 @@ corporate/tests/stripe_fixtures/*.json -diff
|
|||||||
*.eot binary
|
*.eot binary
|
||||||
*.woff binary
|
*.woff binary
|
||||||
*.woff2 binary
|
*.woff2 binary
|
||||||
*.svg binary
|
|
||||||
*.ttf binary
|
*.ttf binary
|
||||||
*.png binary
|
*.png binary
|
||||||
*.otf binary
|
*.otf binary
|
||||||
@@ -30,3 +29,6 @@ corporate/tests/stripe_fixtures/*.json -diff
|
|||||||
*.bmp binary
|
*.bmp binary
|
||||||
*.mp3 binary
|
*.mp3 binary
|
||||||
*.pdf binary
|
*.pdf binary
|
||||||
|
|
||||||
|
# Treat SVG files as code for diffing purposes.
|
||||||
|
*.svg diff
|
||||||
|
Reference in New Issue
Block a user