From 97f3a6c1dfe81b93b788964364598515109d4ecb Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 30 Dec 2023 17:48:08 -0700 Subject: [PATCH] LFS: track more file types --- .gitattributes | 1 + public/fonts/.gitattributes | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/fonts/.gitattributes diff --git a/.gitattributes b/.gitattributes index ab65d5a..4366f74 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.avif filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text diff --git a/public/fonts/.gitattributes b/public/fonts/.gitattributes new file mode 100644 index 0000000..6b3b6fa --- /dev/null +++ b/public/fonts/.gitattributes @@ -0,0 +1 @@ +*.woff filter=lfs diff=lfs merge=lfs -text