From e1ee394ea2fefcf012a91427c6a1f242c6021832 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Sat, 11 Jan 2020 14:53:49 -0800 Subject: [PATCH] Add jpg images as binary. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 96eb5a4..4d9f146 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text eol=lf *.jar binary *.png binary +*.jpg binary