From c4ffde389bfca99f64b862db1598edb8e58ae758 Mon Sep 17 00:00:00 2001 From: lswersk Date: Tue, 26 May 2026 13:12:19 -0400 Subject: [PATCH] Track additional file types with Git LFS. Patterns added: *.png --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 39bffcf..748d2a2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.sigmf-data filter=lfs diff=lfs merge=lfs -text *.h5 filter=lfs diff=lfs merge=lfs -text *.hdf5 filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text