From 80c66e73b25a23e353e7c5390e99596a5397c241 Mon Sep 17 00:00:00 2001 From: Portal Code Bot Date: Wed, 19 Nov 2025 17:55:57 +0000 Subject: [PATCH] Allow committing llms*.txt under static for deploy workflow --- docusaurus/.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docusaurus/.gitignore b/docusaurus/.gitignore index fc6e0ad721..c593c4d5bd 100644 --- a/docusaurus/.gitignore +++ b/docusaurus/.gitignore @@ -32,5 +32,10 @@ docs/node_modules/** # LLMs.txt files and related llms*.txt **/llm*.txt + +# Allow public LLMs files under static/ to be committed (used by deploy workflow) +!static/llms.txt +!static/llms-full.txt +!static/llms-code.txt pr-*.diff -*-results.json \ No newline at end of file +*-results.json