1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-19 09:51:36 +07:00
verdaccio-ui/.gitignore

39 lines
441 B
Plaintext
Raw Normal View History

2019-04-05 02:23:40 +07:00
npm-debug.log
verdaccio-*.tgz
.DS_Store
build/
### Test
test/unit/partials/store/test-*-storage/*
test/unit/partials/store/storage_default_storage/*
.verdaccio-db.json
.sinopia-db.json
###
!bin/verdaccio
test-storage*
access-storage*
.verdaccio_test_env
node_modules
package-lock.json
npm_test-fails-add-tarball*
yarn-error.log
# Istanbul
coverage/
.nyc*
2019-02-03 17:23:33 +07:00
2019-03-28 05:39:06 +07:00
.idea/
2019-02-03 17:23:33 +07:00
2019-04-05 02:23:40 +07:00
# React
bundle.js
bundle.js.map
__tests__
2019-02-03 17:23:33 +07:00
# Compiled script
2019-04-05 02:23:40 +07:00
static/*
2019-02-03 17:23:33 +07:00