mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -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
|
yarn-error.log
|
||||||
node_modules
|
node_modules
|
||||||
verdaccio-*.tgz
|
verdaccio-*.tgz
|
||||||
|
|
||||||
renovate.json
|
|
||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
Dockerfile.rpi
|
|
||||||
Dockerfile
|
Dockerfile
|
||||||
crowdin.yaml
|
crowdin.yaml
|
||||||
scripts/
|
scripts/
|
||||||
|
@ -17,12 +14,9 @@ src/
|
||||||
.circleci/
|
.circleci/
|
||||||
debug/
|
debug/
|
||||||
|
|
||||||
# build ui
|
|
||||||
tools/
|
|
||||||
|
|
||||||
## assets and website
|
## assets and website
|
||||||
assets/
|
assets/
|
||||||
website/
|
|
||||||
|
|
||||||
## docs
|
## docs
|
||||||
docs/
|
docs/
|
||||||
|
@ -40,6 +34,9 @@ __mocks__/
|
||||||
jestEnvironment.js
|
jestEnvironment.js
|
||||||
test/jest.e2e.config.js
|
test/jest.e2e.config.js
|
||||||
test/jest.config.functional.js
|
test/jest.config.functional.js
|
||||||
jest.config.unit.js
|
jest.config.js
|
||||||
|
|
||||||
|
|
||||||
|
# misc
|
||||||
|
contrib/
|
||||||
|
storage_default_storage/
|
||||||
|
docker-bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue