Skip to content

Commit afc626e

Browse files
committed
Tighten JSR ref cleanup
Use a wildcard ignore pattern for generated JSR reference cache files so new package-specific caches do not require separate ignore entries. Trim pnpm-lock.yaml so the dependency update only records the markdown-it-jsr-ref version change and avoids unrelated transitive churn. #723 (comment) #723 (comment) Assisted-by: Codex:gpt-5.5
1 parent 76724e9 commit afc626e

2 files changed

Lines changed: 20 additions & 25 deletions

File tree

docs/.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
.jsr-cache.json
2-
.jsr-debugger-cache.json
3-
.jsr-testing-cache.json
4-
.jsr-vocab-cache.json
5-
.jsr-vocab-runtime-cache.json
6-
.jsr-webfinger-cache.json
2+
.jsr-*-cache.json
73
.vitepress/cache/
84
.vitepress/dist/
95
node_modules/

pnpm-lock.yaml

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)