From 45f8a9f6d0ec219029a0bacc87893bdf5350c645 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Fri, 23 Jan 2026 09:43:13 -0800 Subject: [PATCH 1/2] [bfops/hide-llm-files]: Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c2317a3a14c..529d0334655 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ **/module_bindings/** linguist-generated=true eol=lf +/docs/llms/** linguist-generated=true From 5259031668e4fb8340c8a03d43f3f5bd55bf5028 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Fri, 23 Jan 2026 10:28:02 -0800 Subject: [PATCH 2/2] [bfops/hide-llm-files]: update attributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 529d0334655..8059f23d196 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ **/module_bindings/** linguist-generated=true eol=lf /docs/llms/** linguist-generated=true +/docs/llms/*-details.json linguist-generated=false