mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
9cf5cee4fd
* docs: copy docker examples v4 * docs: copy docker examples v4 * chore: update ignore files
46 lines
666 B
Plaintext
46 lines
666 B
Plaintext
npm-debug.log
|
|
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
|
|
|
|
# Istanbul
|
|
reports/
|
|
coverage/
|
|
.nyc*
|
|
|
|
.idea/
|
|
|
|
|
|
# React
|
|
bundle.js
|
|
bundle.js.map
|
|
__tests__
|
|
|
|
# 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
|