Skip to content
Snippets Groups Projects
Commit 079f7023 authored by Ray Schamp's avatar Ray Schamp
Browse files

Re-store cat SVGs from assets server

These files have diverged from the versions stored on the assets server due to the way Git handles line endings. Re-save them and keep their line endings from changing again by treating SVGs as binary in this repo.
parent 080452b5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,11 @@
# File types which we know are binary
# Treat SVG files as binary so that their contents don't change due to line
# endings. The contents of SVGs must not change from the way they're stored
# on assets.scratch.mit.edu so that MD5 calculations don't change.
*.svg binary
# Prefer LF for most file types
*.frag text eol=lf
*.htm text eol=lf
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment