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:
parent
4573ad9c8a
commit
c7e6222b69
2 changed files with 43 additions and 5 deletions
43
.npmignore
Normal file
43
.npmignore
Normal 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/
|
|
@ -17,11 +17,6 @@
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
"url": "https://opencollective.com/verdaccio"
|
"url": "https://opencollective.com/verdaccio"
|
||||||
},
|
},
|
||||||
"files": [
|
|
||||||
"./build/**/*",
|
|
||||||
"./index.js",
|
|
||||||
"./conf/"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/commons-api": "10.2.0",
|
"@verdaccio/commons-api": "10.2.0",
|
||||||
"@verdaccio/local-storage": "10.3.1",
|
"@verdaccio/local-storage": "10.3.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue