swc/.npmignore
2020-08-30 15:29:42 +09:00

32 lines
343 B
Plaintext

target/
native/index.node
native/artifacts.json
**/*~
**/node_modules
**/.DS_Store
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__/