From 996f8bf0bac61299834081325e0ffa664f85c2a2 Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Thu, 15 May 2025 11:20:24 -0400 Subject: [PATCH] added git lfs for .npy files --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index de6b859..36dce4d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -#recordings filter=lfs diff=lfs merge=lfs -text -recordings/*.npy !text !filter !merge !diff +*.npy filter=lfs diff=lfs merge=lfs -text