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