-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
66 lines (60 loc) · 685 Bytes
/
.npmignore
File metadata and controls
66 lines (60 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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
.husky/
.prettierrc
crates/
packages/
cspell.json
deny.toml
.mocha.setup.js
.mocharc.js
jest.config.js
cliff.toml