properly added .svg to .gitattributes

This commit is contained in:
Marcus Boyd
2021-02-27 15:27:12 +10:30
parent 6328fd12e2
commit aa0eb803bc

2
.gitattributes vendored
View File

@ -1,7 +1,7 @@
# Don't display text diffs for files that are not human readable
# Git should not modify line endings in these test files
tests/testdata/* -diff -text
*.svg
*.svg -diff -text
# Jupyter notebooks should be classified as documentation
*.ipynb linguist-documentation -diff -text