-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
22 lines (19 loc) · 879 Bytes
/
Copy path.prettierignore
File metadata and controls
22 lines (19 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
dist
coverage
package-lock.json
website/.vitepress/cache
website/.vitepress/dist
# Per-machine and rewritten by the tooling that owns it, so its formatting is
# not ours to hold to. It is git-ignored globally rather than here, which
# Prettier does not read — without this line it fails `format:check` on
# whichever machine last granted a permission.
.claude/settings.local.json
# Vendored skill text (see the vendoring note in each SKILL.md) keeps its
# upstream formatting, so a re-vendor diffs against the upstream commit it
# names rather than against our formatter's opinion of it.
.claude/skills/
# Design-tooling scratch state, written by the tooling rather than by us. Same
# reason as the two entries above: git-ignored globally, which Prettier does not
# read, so without this line `format:check` fails on whichever machine last ran
# a design pass.
.impeccable/