oxc/.gitignore
ubugeeei f75485b41f
add icon file for vscode extension (#1134) (#1135)
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
2023-11-04 08:42:18 +08:00

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/*