swc/.npmignore

34 lines
362 B
Plaintext
Raw Normal View History

target/
native/index.node
native/artifacts.json
**/*~
**/node_modules
**/.DS_Store
2020-09-07 20:00:28 +03:00
artifacts/
pkg/
yarn.lock
package-lock.json
*.log
.idea/
wasm/
# Reduce package size
**/tests.rs
**/tests/
**/benches/
**/target/
*.svg
2020-08-30 09:29:42 +03:00
integration-tests/
# napi is cool
*.rs
/scripts/npm
/native/
/src
/.vscode
/ecmascript/transforms/src/helpers
2020-09-11 10:07:48 +03:00
/node-swc/__tests__/
/*.node