openpencil/.prettierignore
Kayshen-X 22da4eed3c chore(repo): retire agent-native; root is now a pure Cargo workspace
- Remove the Zig `agent-native` git submodule (no Rust crate depends on it;
  the built-in agent runtime is the Rust `agent` crate under vendor/agent).
- Make the repo root a pure Cargo workspace: delete root package.json + bun.lock;
  move all web-SDK JS/Bun tooling into packages/ (new packages/package.json
  workspace root, generate-iconify-catalog.mjs, and the oxlint/oxfmt configs).
- Scrub agent-native from all docs and fix README dev commands + prerequisites
  to reflect the Rust product (cargo directly; bun tooling runs from packages/).
- Drop the deleted-root-package.json read from the op-host-web ci_workflow test.
2026-07-01 22:16:04 +08:00

28 lines
984 B
Plaintext

# oxfmt picks this file up automatically (alongside .gitignore).
# Git submodules — owned by separate repos, not formatted from here.
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
# op-design-lint TS-oracle parity goldens — regenerated by
# `tools/dump-diagnostics-golden.ts` via `JSON.stringify(value, null, 2)`,
# which keeps 4-element arrays multi-line. oxfmt's `printWidth: 100`
# inlines them, causing the CI drift guard (rust-check.yml: "Fail on
# golden drift") to red on every push. Keep these byte-identical to
# what the TS oracle emits.
crates/op-design-lint/tests/fixtures/golden/
# Local scratch / tutorial outputs (not part of the codebase; users won't have these dirs).
.baoyu-skills/
xhs-images/