chore(tooling): keep lint and format out of the scratch worktrees

.claude/worktrees holds full checkouts of this repo, generated .svelte-kit
trees included, so 'eslint .' was linting every in-flight branch — 410 errors,
none of them ours. Same root cause the doc-link checker hit.
This commit is contained in:
2026-08-20 19:55:29 +02:00
parent 6b90582e3e
commit 63d4df0cde
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
# Dependencies & build output
node_modules/
.svelte-kit/
# Scratch worktrees (git-ignored) — full checkouts of this repo
.claude/
build/
dist/
coverage/