From 0f014afbbbafc6fc29bc486c9e713fcfc77bd5dd Mon Sep 17 00:00:00 2001 From: gnuxie Date: Thu, 7 Sep 2023 19:51:30 +0100 Subject: [PATCH] Add "*.gif" to git-lfs in prepearation for GIFs!! wohoo. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6313b56c..6e1e5940 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text=auto eol=lf +*.gif filter=lfs diff=lfs merge=lfs -text