0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/.npmignore
Juan Picado @jotadeveloper b28e6f737b
refactor: functional testing relocation
functional testing runs in a different process
2018-06-23 20:57:13 +02:00

45 lines
436 B
Text

## npm
npm-debug.log
yarn-error.log
node_modules
verdaccio-*.tgz
renovate.json
docker-compose.yaml
Dockerfile.rpi
Dockerfile
crowdin.yaml
scripts/
src/
/.*
.vscode/
.circleci/
debug/
# build ui
tools/
## assets and website
assets/
website/
## docs
docs/
wiki/
## flow
flow-typed/
types/
# jest
coverage/
test-storage*
test/
__mocks__/
jestEnvironment.js
test/e2e/jest.e2e.config.js
test/jest.config.func.js
jest.config.unit.js