From a7bb7ea59417ea26acd3c6c04933fed25d192826 Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Thu, 15 May 2025 10:54:19 -0400 Subject: [PATCH] Enable LFS tracking for recordings/*.npy --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index d1cf573..5b25a66 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ recordings filter=lfs diff=lfs merge=lfs -text +recordings/*.npy filter=lfs diff=lfs merge=lfs -text +recordings/*.npy !text !filter !merge !diff