1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/.gitignore

22 lines
188 B
Plaintext
Raw Normal View History

2013-06-13 16:21:14 +02:00
npm-debug.log
2016-11-07 18:15:38 +01:00
verdaccio-*.tgz
2014-05-06 21:57:50 +02:00
.DS_Store
2013-09-27 10:51:36 +02:00
###
2016-11-07 18:15:38 +01:00
!bin/verdaccio
2013-12-19 16:11:54 +01:00
test-storage*
node_modules
2017-02-04 00:29:34 +01:00
# Istanbul
coverage/
.nyc*
# Visual Studio Code
.vscode/*
.jscsrc
.jshintrc
jsconfig.json
2017-04-19 21:15:52 +02:00
.idea/