mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
46 lines
438 B
Plaintext
46 lines
438 B
Plaintext
|
|
## npm
|
|
npm-debug.log
|
|
yarn-error.log
|
|
node_modules
|
|
verdaccio-*.tgz
|
|
|
|
renovate.json
|
|
docker-compose.yaml
|
|
Dockerfile.rpi
|
|
Dockerfile
|
|
crowdin.yaml
|
|
scripts/
|
|
src/
|
|
/.*
|
|
.vscode/
|
|
.circleci/
|
|
debug/
|
|
|
|
# build ui
|
|
tools/
|
|
|
|
## assets and website
|
|
assets/
|
|
website/
|
|
|
|
## docs
|
|
docs/
|
|
wiki/
|
|
|
|
## flow
|
|
flow-typed/
|
|
types/
|
|
|
|
# jest
|
|
coverage/
|
|
test-storage*
|
|
test/
|
|
__mocks__/
|
|
jestEnvironment.js
|
|
test/jest.e2e.config.js
|
|
test/jest.config.functional.js
|
|
jest.config.unit.js
|
|
|
|
|