verdaccio/.gitignore

40 lines
609 B
Plaintext
Raw Normal View History

2016-11-07 18:15:38 +01:00
verdaccio-*.tgz
2014-05-06 21:57:50 +02:00
.DS_Store
2017-11-19 16:06:57 +01:00
build/
2013-09-27 10:51:36 +02:00
### Test
test/unit/partials/store/test-*-storage/*
2019-05-19 23:07:17 +02:00
test/unit/partials/store/*-storage/*
test/unit/partials/store/storage_default_storage/*
.verdaccio-db.json
.sinopia-db.json
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*
access-storage*
2017-03-04 00:39:26 +01:00
.verdaccio_test_env
node_modules
2017-07-22 18:25:48 +02:00
package-lock.json
npm_test-fails-add-tarball*
yarn-error.log
# coverage
reports/
2017-02-04 00:29:34 +01:00
coverage/
# IDE
2017-04-19 21:15:52 +02:00
.idea/
# Compiled script
2018-06-03 17:35:12 +02:00
static/*
2020-10-11 19:06:21 +02:00
# This is the Yarn build state; it's local to each clone
/.yarn/build-state.yml
# This is the Yarn install state cache, it can be rebuilt anytime
/.yarn/install-state.gz
.history