mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
f168b2512e
* chore: add yarn local cache * update list files docker publish * add example extending with plugins and yarn2
40 lines
609 B
Plaintext
40 lines
609 B
Plaintext
|
|
verdaccio-*.tgz
|
|
.DS_Store
|
|
build/
|
|
|
|
### Test
|
|
|
|
test/unit/partials/store/test-*-storage/*
|
|
test/unit/partials/store/*-storage/*
|
|
test/unit/partials/store/storage_default_storage/*
|
|
.verdaccio-db.json
|
|
.sinopia-db.json
|
|
|
|
###
|
|
!bin/verdaccio
|
|
test-storage*
|
|
access-storage*
|
|
.verdaccio_test_env
|
|
node_modules
|
|
package-lock.json
|
|
npm_test-fails-add-tarball*
|
|
yarn-error.log
|
|
|
|
# coverage
|
|
reports/
|
|
coverage/
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# Compiled script
|
|
static/*
|
|
|
|
# This is the Yarn build state; it's local to each clone
|
|
/.yarn/build-state.yml
|
|
|
|
# This is the Yarn install state cache, it can be rebuilt anytime
|
|
/.yarn/install-state.gz
|
|
.history
|