mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: reduce npm pack file
ignore development files
This commit is contained in:
parent
3bcadf5606
commit
bc3375cef5
1 changed files with 18 additions and 2 deletions
20
.npmignore
20
.npmignore
|
@ -1,13 +1,29 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
renovate.json
|
||||
yarn-error.log
|
||||
docker-compose.yaml
|
||||
Dockerfile.rpi
|
||||
Dockerfile
|
||||
circle.yml
|
||||
crowdin.yaml
|
||||
coverage/
|
||||
verdaccio-*.tgz
|
||||
test-storage*
|
||||
scripts/
|
||||
docs/
|
||||
src/webui
|
||||
src/
|
||||
tools/
|
||||
/.*
|
||||
.vscode/
|
||||
website/
|
||||
assets/
|
||||
.vscode/
|
||||
flow-typed/
|
||||
__mocks__/
|
||||
test/
|
||||
types/
|
||||
wiki/
|
||||
jestEnvironment.js
|
||||
jest.e2e.config.js
|
||||
jest.config.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue