fix(cli): add .yarn and __test__ folder to .npmignore
This commit is contained in:
parent
8147a9021b
commit
1cf5a0dc75
1 changed files with 3 additions and 0 deletions
|
@ -8,4 +8,7 @@ npm
|
|||
rustfmt.toml
|
||||
yarn.lock
|
||||
*.node
|
||||
.yarn
|
||||
__test__
|
||||
renovate.json
|
||||
`
|
||||
|
|
Loading…
Reference in a new issue