0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/.gitignore
Juan Picado @jotadeveloper 547da379e9
test: add test for proxy access
the test will check whether avoiding proxy on uplink configuration avoid proxy access
2018-03-11 18:55:19 +01:00

38 lines
390 B
Text

npm-debug.log
verdaccio-*.tgz
.DS_Store
build/
###
!bin/verdaccio
test-storage*
access-storage*
.verdaccio_test_env
node_modules
package-lock.json
build/
npm_test-fails-add-tarball*
yarn-error.log
# Istanbul
coverage/
.nyc*
# Visual Studio Code
.vscode/*
.idea/
# React
bundle.js
bundle.js.map
__tests__
# Compiled script
static/index.html
static/style.*
static/*.js
static/logo.*