oxc/.gitignore

14 lines
153 B
Text

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