diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 19:55:40 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-27 19:55:40 +0100 |
commit | 3e02a12c7bae7ec869369eebabad5fb255193706 (patch) | |
tree | 598cdcc33a141efa0a13798c68b29972cb6d0b21 /.gitattributes | |
parent | 3ca68c0174968b29d5ccf1d547f50e62e255b15b (diff) |
Mark JPEG files as binary
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 75133b9..89147c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.avif binary +*.jpg binary vendor/ linguist-vendored
\ No newline at end of file |