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

40 lines
609 B
Text
Raw Permalink Normal View History

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
### Test
test/unit/partials/store/test-*-storage/*
2019-05-19 16:07:17 -05:00
test/unit/partials/store/*-storage/*
test/unit/partials/store/storage_default_storage/*
.verdaccio-db.json
.sinopia-db.json
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*
access-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
npm_test-fails-add-tarball*
yarn-error.log
# coverage
reports/
2017-02-03 18:29:34 -05:00
coverage/
# IDE
2017-04-19 14:15:52 -05:00
.idea/
# Compiled script
2018-06-03 10:35:12 -05:00
static/*
2020-10-11 12:06:21 -05: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