mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
14 lines
154 B
Text
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
|