forked from heygen-com/hyperframes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
31 lines (27 loc) · 1.28 KB
/
Copy path.prettierignore
File metadata and controls
31 lines (27 loc) · 1.28 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
docs/
DOCS_GUIDELINES.md
packages/producer/tests/
*.generated.ts
# Cloud Workflows GCL — uses ${...} expressions that are not standard YAML.
packages/gcp-cloud-run/terraform/workflow.yaml
# toMatchFileSnapshot golden files — vitest writes these; oxfmt must not reformat them.
packages/**/__goldens__/
# vendored third-party bundles inside skills — never reformat
skills/**/assets/vendor/
skills/**/*.min.js
# reference snippets with intentional pseudo-markup (literal "..." attributes)
skills/talking-head-recut/references/frames/polaroid.html
# repo-native skill examples with intentional pseudo-markup placeholders
# (e.g. <RANGE>, <TOTAL> tokens the agent replaces at build time — not real HTML)
.claude/skills/**/examples/**/*.html
.agents/skills/**/examples/**/*.html
# Generated demo compositions — large video-pipeline output (GSAP/Three/WebGL
# embedded), not hand-authored source; reformatting them is churn + risk. Listed
# explicitly (not registry/examples/**/*.html) so hand-authored example HTML still
# gets formatted.
registry/examples/airbnb-deck/index.html
registry/examples/airbnb-deck/demo.html
registry/examples/startup-pitch/index.html
registry/examples/startup-pitch/demo.html
registry/examples/slideshow-demo/index.html
registry/examples/warm-grain/compositions/captions.html