oxc/.gitignore

18 lines
234 B
Text

target/
**/*.rs.bk
/node_modules/
/website/node_modules/
/crates/oxc_napi/node_modules/
/benchmark/node_modules/
npm/cli-*
# From napi build
crates/oxc_napi/*.node
# Ignore accidental files from the root
/*.js
/*.jsx
/*.ts
/*.tsx