0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

chore: restore npmignore

This commit is contained in:
Juan Picado 2022-11-08 20:35:46 +01:00
parent 4573ad9c8a
commit c7e6222b69
2 changed files with 43 additions and 5 deletions

43
.npmignore Normal file
View file

@ -0,0 +1,43 @@
## npm
npm-debug.log
yarn-error.log
node_modules
verdaccio-*.tgz
docker-compose.yaml
Dockerfile
crowdin.yaml
scripts/
src/
/.*
.vscode/
.circleci/
debug/
docker-examples/
reports/
## assets and website
assets/
## docs
docs/
wiki/
## flow
flow-typed/
types/
# jest
coverage/
test-storage*
test/
__mocks__/
jestEnvironment.js
test/jest.e2e.config.js
test/jest.config.functional.js
jest.config.js
# misc
contrib/
storage_default_storage/
docker-bin/
yarn-plugins/

View file

@ -17,11 +17,6 @@
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
},
"files": [
"./build/**/*",
"./index.js",
"./conf/"
],
"dependencies": {
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/local-storage": "10.3.1",