From 27264261ce0c71e241d2de82ffe3ee076159dca9 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:11:05 -0500 Subject: [PATCH] chore: update gitattributes to treat font files as binary --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index db2a596..30c7a43 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -* text eol=crlf \ No newline at end of file +* text eol=crlf +*.woff binary +*.woff2 binary \ No newline at end of file