From 9431480c2aa2f8abcf85225d3da7643f924718c5 Mon Sep 17 00:00:00 2001 From: Zack Date: Thu, 16 Nov 2023 15:07:10 -0600 Subject: [PATCH] Track binary files with Git LFS --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4a9d8e83 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text