From 638e10a132c184b75de27cb6386cc81723608c66 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Wed, 29 Apr 2026 17:07:44 +0200 Subject: [PATCH] chore: track bin assets with lfs --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5c48165..3ae4da4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ *.glb filter=lfs diff=lfs merge=lfs -text *.gltf filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text # Textures *.png filter=lfs diff=lfs merge=lfs -text @@ -21,4 +22,4 @@ # Video (cinematics) *.mp4 filter=lfs diff=lfs merge=lfs -text -*.webm filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.webm filter=lfs diff=lfs merge=lfs -text