From 41c751ffd03ff69fe81fede4bc970f5cb2a188e2 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 10 Jan 2023 15:46:54 -0500 Subject: fix: upload remaining images correctly --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 3e7ee80..db727a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text eol=lf -*.png -text -*.jpeg -text -*.gif -text +*.png binary +*.jpeg binary +*.gif binary -- cgit v1.2.3