swc/.npmignore
강동윤 883c1ac4e4
fix(bundler): Prepare renaming of bundler (#2066)
- Rename `spack` crate to `swc_node_bundler`. (#1113)
2021-08-13 10:03:04 +00:00

57 lines
571 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
# napi is cool
*.rs
/scripts/npm
/native/
/src
/.vscode
/ecmascript/transforms/src/helpers
/node-swc/__tests__/
/*.node
atoms
bundler
Cargo.lock
Cargo.toml
common
CONTRIBUTING.md
ecmascript
macros
node
node-swc
scripts
spack
testing
ARCHITECTURE.md
tsconfig.json
rust-toolchain
.github
.cargo
.gitmodules
.rustfmt.toml
.gitattributes
.travis.yml