From bc171c3ec4b3eb338f3b10328754472e945a8aca Mon Sep 17 00:00:00 2001 From: benchinnery Date: Mon, 8 Sep 2025 14:10:45 -0400 Subject: [PATCH] Track additional file types with Git LFS. Patterns added: *.npy *.sigmf --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad96cdc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.npy filter=lfs diff=lfs merge=lfs -text +*.sigmf filter=lfs diff=lfs merge=lfs -text