1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/.gitignore
Juan Picado @jotadeveloper 01676cd57d
docs: add static files
2018-01-10 03:56:44 +01:00

37 lines
359 B
Plaintext

npm-debug.log
verdaccio-*.tgz
.DS_Store
build/
###
!bin/verdaccio
test-storage*
.verdaccio_test_env
node_modules
package-lock.json
build/
npm_test-fails-add-tarball*
# 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.*