swc/.npmignore

70 lines
716 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/
docs/
wasm/
# Reduce package size
**/tests.rs
**/tests/
**/benches/
**/target/
*.svg
2020-08-30 09:29:42 +03:00
# napi is cool
*.rs
/scripts/npm
/native/
/src
/.vscode
/ecmascript/transforms/src/helpers
2020-09-11 10:07:48 +03:00
/node-swc/__tests__/
2020-09-21 05:35:19 +03:00
/*.node
atoms
bundler
Cargo.lock
Cargo.toml
common
CONTRIBUTING.md
ecmascript
macros
node
2020-09-21 05:35:19 +03:00
node-swc
scripts
spack
testing
ARCHITECTURE.md
tsconfig.json
rust-toolchain
.github
.cargo
.gitmodules
.rustfmt.toml
.gitattributes
.travis.yml
2021-12-04 05:06:10 +03:00
.husky/
.prettierrc
crates/
packages/
2021-12-04 05:06:10 +03:00
cspell.json
deny.toml
.mocha.setup.js
.mocharc.js
jest.config.js
cliff.toml
.kodiak.toml
clippy.toml