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/
|
dist/
|
||||||
node_modules/
|
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
|
pnpm-lock.yaml
|
||||||
apps/api/src/db/migrations/
|
apps/api/src/db/migrations/
|
||||||
*.html
|
*.html
|
||||||
|
|||||||
Reference in New Issue
Block a user