mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Closes #1134 I'm not sure if it's the correct solution, but I solved it this way, so I'll submit a PR. As for the icon, I took it from the marketplace. https://marketplace.visualstudio.com/items?itemName=oxc.oxc-vscode
24 lines
370 B
Text
24 lines
370 B
Text
target/
|
|
**/*.rs.bk
|
|
|
|
/node_modules/
|
|
/website/node_modules/
|
|
/crates/oxc_napi/node_modules/
|
|
/benchmark/node_modules/
|
|
/editor/vscode/node_modules/
|
|
/editor/vscode/icon.png
|
|
|
|
/editor/vscode/out/
|
|
/editor/vscode/*.vsix
|
|
|
|
npm/cli-*
|
|
|
|
# From napi build
|
|
crates/oxc_napi/*.node
|
|
|
|
# Ignore accidental files from the root
|
|
/*.js
|
|
/*.jsx
|
|
/*.ts
|
|
/*.tsx
|
|
/tasks/transform_conformance/fixtures/*
|