12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
dist/
|
|
node_modules/
|
|
# pnpm's content-addressable store lands inside the workspace on CI runners
|
|
# (no persistent global store) — a package-manager artifact, never formatted.
|
|
.pnpm-store/
|
|
pnpm-lock.yaml
|
|
apps/api/src/db/migrations/
|
|
*.html
|
|
# GSD planning artifacts — tool-generated and rewritten on every workflow run;
|
|
# never hand-formatted; must not gate Prettier (same rationale as dist/).
|
|
.planning/
|