mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: avoid add to package unrelevant files
This commit is contained in:
parent
1044e8e80b
commit
8b93df7c10
1 changed files with 5 additions and 8 deletions
13
.npmignore
13
.npmignore
|
@ -4,10 +4,7 @@ npm-debug.log
|
|||
yarn-error.log
|
||||
node_modules
|
||||
verdaccio-*.tgz
|
||||
|
||||
renovate.json
|
||||
docker-compose.yaml
|
||||
Dockerfile.rpi
|
||||
Dockerfile
|
||||
crowdin.yaml
|
||||
scripts/
|
||||
|
@ -17,12 +14,9 @@ src/
|
|||
.circleci/
|
||||
debug/
|
||||
|
||||
# build ui
|
||||
tools/
|
||||
|
||||
## assets and website
|
||||
assets/
|
||||
website/
|
||||
|
||||
## docs
|
||||
docs/
|
||||
|
@ -40,6 +34,9 @@ __mocks__/
|
|||
jestEnvironment.js
|
||||
test/jest.e2e.config.js
|
||||
test/jest.config.functional.js
|
||||
jest.config.unit.js
|
||||
|
||||
jest.config.js
|
||||
|
||||
# misc
|
||||
contrib/
|
||||
storage_default_storage/
|
||||
docker-bin/
|
||||
|
|
Loading…
Reference in a new issue