Skip to content

Commit

Permalink
chore: restore npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Nov 8, 2022
1 parent 4573ad9 commit c7e6222
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 5 deletions.
43 changes: 43 additions & 0 deletions .npmignore
@@ -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/
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit c7e6222

Please sign in to comment.