21 lines
591 B
Plaintext
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/
|