From ac8cd7562e274364e3163df5bec71af302f5b4c7 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Sat, 24 Jun 2023 16:16:57 -0500 Subject: [PATCH] lfs attributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0ce3bc6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.webp filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text