oxc/.gitignore
Boshen d49195f7f2
feat: napi (#302)
* chore: only ignore js files from the root

* feat: napi
2023-04-22 14:41:45 +08:00

14 lines
154 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