Skip to content

Commit 82ae560

Browse files
committed
Stop tracking auto-generated llms.txt / llms-full.txt; CI regenerates them per deploy
1 parent 67d102b commit 82ae560

3 files changed

Lines changed: 5 additions & 8143 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ build/
88
# Self-hosted Pyodide assets (populated by scripts/fetch-pyodide.py)
99
static/pyodide/
1010

11+
# Generated by scripts/build-llms-txt.py during `npm run build` and served fresh
12+
# from each deployment; tracking them in git would always be out of date.
13+
static/llms.txt
14+
static/llms-full.txt
15+
1116
# Environment
1217
.env
1318
.env.*

0 commit comments

Comments
 (0)