oxc/.gitignore

22 lines
No EOL
319 B
Text

target/
**/*.rs.bk
/node_modules/
/website/node_modules/
/benchmark/node_modules/
/editors/vscode/node_modules/
/editors/vscode/icon.png
/editors/vscode/out/
/editors/vscode/*.vsix
npm/cli-*
# Ignore accidental files from the root
/*.js
/*.jsx
/*.ts
/*.tsx
/tasks/transform_conformance/fixtures/*
.oxc/plugins/**.*