0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/.gitignore

37 lines
359 B
Text
Raw Normal View History

2013-06-13 09:21:14 -05:00
npm-debug.log
2016-11-07 12:15:38 -05:00
verdaccio-*.tgz
2014-05-06 14:57:50 -05:00
.DS_Store
2017-11-19 10:06:57 -05:00
build/
2013-09-27 03:51:36 -05:00
###
2016-11-07 12:15:38 -05:00
!bin/verdaccio
2013-12-19 10:11:54 -05:00
test-storage*
2017-03-03 18:39:26 -05:00
.verdaccio_test_env
node_modules
2017-07-22 11:25:48 -05:00
package-lock.json
build/
npm_test-fails-add-tarball*
2017-02-03 18:29:34 -05:00
# Istanbul
coverage/
.nyc*
# Visual Studio Code
.vscode/*
2017-04-19 14:15:52 -05:00
.idea/
# React
bundle.js
bundle.js.map
__tests__
# Compiled script
2018-01-09 21:56:44 -05:00
static/index.html
static/style.*
static/*.js
static/logo.*