openpencil/.prettierignore
Kayshen-X f1b4321a31 chore: ignore vendor/casement in oxfmt
The pre-commit `bun run format` step was reformatting upstream
casement files (Cargo.toml indent, .swcrc / changelog .md / CI yml
flow), leaving the submodule working tree dirty after every commit
that touched openpencil. Listing vendor/casement alongside the
other submodules in .prettierignore stops the formatter from
walking it — same as vendor/agent and vendor/jian.
2026-05-21 23:00:19 +08:00

21 lines
591 B
Plaintext

# oxfmt picks this file up automatically (alongside .gitignore).
# Git submodules — owned by separate repos, not formatted from here.
packages/agent-native/
vendor/agent/
vendor/casement/
vendor/jian/
# Vendored fork of rust-skia — keep upstream Cargo.toml / .orig formatting
# byte-identical so the diff against upstream stays minimal.
vendor/skia-safe-op/
# Rust build artifacts
target/
# Auto-generated by @tanstack/router-plugin.
apps/web/src/routeTree.gen.ts
# Local scratch / tutorial outputs (not part of the codebase; users won't have these dirs).
.baoyu-skills/
xhs-images/