gitattributes: Diff SVGs as code.

We also no longer worry about preventing newline
conversions.
This commit is contained in:
Karl Stolley
2025-05-22 14:24:10 -05:00
committed by Tim Abbott
parent 43a27423d5
commit 584bd13b09

4
.gitattributes vendored
View File

@@ -20,7 +20,6 @@ corporate/tests/stripe_fixtures/*.json -diff
*.eot binary
*.woff binary
*.woff2 binary
*.svg binary
*.ttf binary
*.png binary
*.otf binary
@@ -30,3 +29,6 @@ corporate/tests/stripe_fixtures/*.json -diff
*.bmp binary
*.mp3 binary
*.pdf binary
# Treat SVG files as code for diffing purposes.
*.svg diff