mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
69d7df20d8
* chore: enable pnp yarn * chore: ignore pnp * fix type issues on run eslint * add missing dependency and fix some errors * fix most of the errors some were just disabled, already fixed in master * add missing jest-config * update jest@26 align with other deps * add missing @babel/register * clean up * use yarn node * use yarn node on release * chore: add husky 6 * chore: add husky 6 * chore: lint-stage * chore: test * chore: add hook git * chore: test * chore: test * update deps * chore: fix commit lint * fix docker run * update git ignore
34 lines
518 B
Plaintext
34 lines
518 B
Plaintext
.cache/
|
|
**/corrupted-package/package.json
|
|
**/corrupted.json
|
|
**/invalid.js
|
|
**/invalid.json
|
|
**/pnpm-lock.yaml
|
|
**/verdaccio-corrupted.db.json
|
|
**/wrong.package.json
|
|
/website/.cache/
|
|
/website/crowdin/
|
|
/website/public/
|
|
/website/src/dictionaries/
|
|
CHANGELOG.md
|
|
CONTRIBUTORS.md
|
|
node_modules/
|
|
**/coverage/**
|
|
**/build/*.js
|
|
test/unit/partials/*
|
|
build/*
|
|
.github/
|
|
.vscode/
|
|
wiki/
|
|
.yarnrc.yml
|
|
yarn-error.log
|
|
.yarn/
|
|
test/functional/store/*
|
|
storage_default_storage/*
|
|
docker-examples/
|
|
.prettierignore
|
|
.npmignore
|
|
.gitignore
|
|
*.ico
|
|
.pnp.js
|