From f0e5f9b65b71e05865e0368b4fea1f68ea9774da Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sun, 18 Feb 2024 09:36:26 +0000 Subject: [PATCH] chore: add .gitattributes with LFS settings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7faae8c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text