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 *.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