From 0daa15835789bb32f2a5147571bee335cdd5403e Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Sat, 6 Feb 2021 11:33:34 -0800 Subject: [PATCH] fix image problem --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2cf..3f65c2f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ * text eol=lf +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary