From 249e2a15ef1e8233bd8e67e39415c4f08b48763c Mon Sep 17 00:00:00 2001 From: teatov Date: Tue, 22 Jul 2025 05:41:15 +1000 Subject: [PATCH] add `.bin` to lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a5fb43f..51c68a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ *.mp3 filter=lfs diff=lfs merge=lfs -text *.res filter=lfs diff=lfs merge=lfs -text *.ttf filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text