mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
34 lines
362 B
Plaintext
34 lines
362 B
Plaintext
target/
|
|
native/index.node
|
|
native/artifacts.json
|
|
**/*~
|
|
**/node_modules
|
|
**/.DS_Store
|
|
artifacts/
|
|
|
|
pkg/
|
|
|
|
yarn.lock
|
|
package-lock.json
|
|
*.log
|
|
.idea/
|
|
|
|
wasm/
|
|
|
|
# Reduce package size
|
|
**/tests.rs
|
|
**/tests/
|
|
**/benches/
|
|
**/target/
|
|
*.svg
|
|
integration-tests/
|
|
|
|
# napi is cool
|
|
*.rs
|
|
/scripts/npm
|
|
/native/
|
|
/src
|
|
/.vscode
|
|
/ecmascript/transforms/src/helpers
|
|
/node-swc/__tests__/
|
|
/*.node |