From bfa3fa9cb081b4c4bad639525238b696cd320651 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sat, 6 Jan 2024 11:37:30 +0100 Subject: [PATCH] chore: enable git LFS --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b09ec34 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.svg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text