Running implementation agents with worktree isolation puts full checkouts of this repo under .claude/worktrees/. `prettier --check .` walks into them, so `npm run ci` went red on 70 files that belong to another checkout — including the vendored CIBG design system, which the top-level ignore already excludes. Ignored in both .prettierignore and .gitignore; the latter so a worktree can never be committed into the repo it is a checkout of. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
33 lines
954 B
Plaintext
33 lines
954 B
Plaintext
# Build output & caches
|
|
dist/
|
|
storybook-static*/
|
|
coverage/
|
|
.angular/
|
|
|
|
# Agent git worktrees — full checkouts of this repo nested inside it, so an
|
|
# unignored `prettier --check .` walks into every one of them (and reports the
|
|
# vendored CIBG files that the top-level ignore already excludes).
|
|
.claude/worktrees/
|
|
|
|
# Lockfile
|
|
package-lock.json
|
|
|
|
# Generated — owned by their generators, not prettier
|
|
documentation.json
|
|
libs/shared/src/infrastructure/api-client.ts
|
|
apps/ssp/src/app/showcase/snippets.generated.ts
|
|
libs/shared/docs/behaviour-spec.mdx
|
|
|
|
# Vendored design system (CIBG Huisstijl)
|
|
public/cibg-huisstijl/
|
|
|
|
# Plop generator templates (Handlebars, not valid TS)
|
|
plop-templates/
|
|
|
|
# Backend is formatted by `dotnet format`, not prettier
|
|
backend/
|
|
|
|
# Agent prompts — their exact wording is the input, reflowing markdown edits the prompt
|
|
docs/project/refactor-backlog-setup/agents/
|
|
docs/project/refactor-backlog-setup/refactor-backlog/final-prompts/
|