Files
familysync/.prettierignore
Lucas Berger 0eb43c93d7
CI / fast-checks (pull_request) Successful in 1m23s
CI / api (pull_request) Successful in 1m4s
CI / harness (pull_request) Successful in 3m29s
fix(13): ignore .pnpm-store in Prettier — CI puts pnpm's store in-workspace so format:check walked into it
2026-06-11 21:32:14 -04:00

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/