src/bun.js/WebKit
vendor
test/snapshots
test/bundler/transpiler/react-compiler-fixtures
src/**/*.generated.rs
test/js/deno
test/node.js
src/react-refresh.js
*.min.js
test/snippets
test/js/node/test
test/napi/node-napi-tests
bun.lock
# generated by scripts/update-test-durations.mjs
test/expected-durations.json

# vendored, generated bundle of github.com/jarred-sumner/xmac (see its header)
scripts/build/xmac.mjs

# the output codeblocks need to stay minified
docs/bundler/minifier.mdx

# generated working notes for the Rust port — dense markdown with inline code
# refs that prettier doesn't reformat to a fixed point (it keeps re-escaping
# `_`/`*` differently every pass), so autofix.ci ping-pongs commits forever.
# Not authored by hand; no value in normalizing it.
docs/.rust-rewrite-verified-claims.md

# Verbatim ports from Node.js v26.3.0 (lib/) — keep close to upstream
# (mirrors the oxlint.json ignore block for the same files)
src/js/node/repl.js
src/js/node/readline.js
src/js/node/readline.promises.js
src/js/internal/repl.js
src/js/internal/readline
src/js/internal/repl/history.js
src/js/internal/repl/utils.js
src/js/internal/repl/completion.js
src/js/internal/repl/await.js
src/js/internal/repl/acorn.js
src/js/internal/repl/acorn-walk.js
