diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 68a2ea2..ed1528a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,6 @@ * text eol=lf -*.mp4 -text -*.gif -text -*.webp -text +*.mp4 binary +*.gif binary +*.webp binary +*.jpg binary +*.png binary |
