Skip to content

Commit 022126b

Browse files
pwizlaPortal Code Bot
andauthored
Allow committing llms*.txt under static for deploy workflow (#2832)
Co-authored-by: Portal Code Bot <[email protected]>
1 parent b1619e6 commit 022126b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus/.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@ docs/node_modules/**
3232
# LLMs.txt files and related
3333
llms*.txt
3434
**/llm*.txt
35+
36+
# Allow public LLMs files under static/ to be committed (used by deploy workflow)
37+
!static/llms.txt
38+
!static/llms-full.txt
39+
!static/llms-code.txt
3540
pr-*.diff
36-
*-results.json
41+
*-results.json

0 commit comments

Comments
 (0)