From ff81c9ca43a5d41a4cdade0cadcad14df5c95e63 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 10 Oct 2025 15:38:06 -0500 Subject: [PATCH] chore: identify binary files to git --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3f365d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.mp3 binary +*.mp4 binary \ No newline at end of file