diff options
| author | Vasily <just.one.man@yandex.ru> | 2019-10-03 14:05:55 +0300 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2019-10-08 16:54:41 +0300 |
| commit | 531642fc534870cb351c04fd4a8e6f8c60673ecc (patch) | |
| tree | 64820859ba2faae898aaac986265e31a8ae8d1c0 /.gitattributes | |
| parent | aa9d7d7f04e72f71e1ccaabc3035b86ac0d0b8c0 (diff) | |
Improve gitattributes for images
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d78b0459d..8ae599725 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ * text=auto eol=lf +*.png binary +*.jpg binary CONTRIBUTORS.md merge=union |
