From 596e5af993e55d1ab580f0bb30a19569f37db518 Mon Sep 17 00:00:00 2001 From: mgajda <685529+mgajda@users.noreply.github.com> Date: Thu, 6 Aug 2026 18:24:59 +0200 Subject: [PATCH] Add .gitattributes marking MetObjects.csv as Git LFS Without filter=lfs on MetObjects.csv, modern git-lfs (>=3.x) cannot discover the file, so git lfs clone/pull silently no-op and leave the 134-byte pointer in the working tree instead of the 317 MB CSV. This restores the documented git lfs clone workflow. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..ea818df3704 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +MetObjects.csv filter=lfs diff=lfs merge=lfs -text