-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
62 lines (56 loc) · 1.93 KB
/
Copy path.prettierignore
File metadata and controls
62 lines (56 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
dist/
node_modules/
.pnpm-store/
.next/
.astro/
*.d.ts
custom-elements.json
figma-inventory.json
package-lock.json
pnpm-lock.yaml
.cache/
.turbo/
# MCP server test fixtures (intentionally malformed)
apps/mcp-servers/**/__fixtures__/*-malformed.json
apps/mcp-servers/**/__fixtures__/*-invalid.json
# protoLabs Studio local state
.automaker/
# MCP wc-tools health snapshots (generated)
packages/.mcp-wc/
# Claude Code local state
.claude/
# Ephemeral review/audit artifacts (hook patches, codex transcripts)
.reports/
# Markdown files — documentation, not source code; skip format enforcement
**/*.md
# MDX files with JS-in-MDX export blocks that prettier-mdx mangles
# (escapes asterisks inside JS comments → breaks acorn parsing; dedents
# object-literal keys → Storybook indexer treats them as top-level exports
# and fails to build). Format these by hand or via an MDX-aware tool.
apps/storybook/stories/tokens/Shadows.mdx
# Test and story files — type-check is the quality gate here, not formatting
**/*.test.ts
**/*.test.tsx
**/*.stories.ts
**/*.stories.tsx
**/*.spec.ts
**/*.spec.tsx
# Generated/built files — not source code
**/.vitest/
apps/admin/public/helix/
testing/static-html/helix-bundle.js
testing/static-html/helix-bundle.css
test-results/
packages/hx-library/drupal/helix.libraries.yml
docs/releases/*-manifest.json
# Minified CSS assets — bundle-size optimized, must not be reformatted
packages/hx-library/src/styles/form/form.scoped.css
packages/hx-library/src/styles/prose/prose.scoped.css
data/readiness/
# CEM-generated React wrappers — emitted by scripts/generate-react-wrappers.ts
# on every prebuild. Hand-edits and formatter passes get overwritten by the
# next build, so prettier checks oscillate forever against the generator.
# Ignore the entire generated subtree; the generator is the source of truth.
# See CLAUDE.md "packages/hx-react/ wrappers are CEM-generated".
packages/hx-react/src/components/
packages/hx-react/src/index.ts