`graphify claude install` erzeugte CLAUDE.md und .claude/settings.json, die nicht Prettier-konform sind und `pnpm lint`/CI rotmachen würden. Diese Dateien sind tool-generiert (bei Re-Install neu geschrieben), daher per .prettierignore ausgenommen statt von Hand formatiert. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0155v2aT8AG1kZDQEZiCLBWC
23 lines
948 B
Plaintext
23 lines
948 B
Plaintext
dist/
|
|
node_modules/
|
|
coverage/
|
|
pnpm-lock.yaml
|
|
.pnpm-store/
|
|
# Must stay byte-identical to docToMarkdown's own output (issue #32) —
|
|
# Prettier's Markdown table/list opinions would break that fixed point.
|
|
apps/api/prisma/fixtures/content-page.md
|
|
# Import fixture corpus (issue #63): the expected-Markdown snapshots and the
|
|
# HTML sources must stay exactly as pandoc produces/consumes them — Prettier's
|
|
# Markdown/HTML opinions would break the regression tests.
|
|
fixtures/import/*.expected.md
|
|
fixtures/import/*.src.html
|
|
# Export fidelity corpus (issue #69): the round-trip snapshots must stay exactly
|
|
# as pandoc reads the exported document back — Prettier would break them.
|
|
fixtures/export/*.expected.md
|
|
packages/plugins/*/vendor/
|
|
# Agent/tool config generated by Claude Code + `graphify claude install`
|
|
# (regenerated on demand, not hand-formatted source) — keep out of Prettier so
|
|
# a re-install never breaks the lint gate.
|
|
CLAUDE.md
|
|
.claude/
|