From 44212bd9b72f8e4751eeac455e43122a1b7064e3 Mon Sep 17 00:00:00 2001 From: benchinnery Date: Tue, 11 Nov 2025 15:04:03 -0500 Subject: [PATCH] Track additional file types with Git LFS. Patterns added: *.onnx --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0bb75f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.onnx filter=lfs diff=lfs merge=lfs -text