swc/.npmignore
2020-09-11 16:07:48 +09:00

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