fix(13): ignore .pnpm-store in Prettier — CI puts pnpm's store in-workspace so format:check walked into it
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user