# Read by `oxfmt` (it honours .gitignore and .prettierignore in this directory).
#
# The Chrome extension ships a byte-identical copy of the Rust DOM extractor
# (`crates/op-html/assets/snapshot-extractor.js`). Formatting it here would
# break `op-chrome-extension/scripts/check-extractor-sync.sh` — the copy is
# only ever refreshed from the canonical asset.
op-chrome-extension/vendor/

# wasm-bindgen output for the extension's Rust logic core, regenerated by
# `op-chrome-extension/scripts/build-wasm.sh`. Generated code is never edited,
# so formatting it would only produce churn.
op-chrome-extension/wasm/
