cz-cli icon indicating copy to clipboard operation
cz-cli copied to clipboard

Add .nyc_output and .eslintrc to .npmignore

Open wmzy opened this issue 7 years ago • 2 comments

wmzy avatar Dec 28 '17 04:12 wmzy

The .nyc_output folder accounts for 4 MB on disk:

du -hs node_modules/commitizen/.nyc_output/
4.0M	node_modules/commitizen/.nyc_output/

which is most of the package size

du -hs node_modules/commitizen/
4.4M	node_modules/commitizen/

I can create a PR for this (it still true for today for the 4.0.3 version).

gpichot avatar Dec 27 '19 11:12 gpichot

already added: https://github.com/commitizen/cz-cli/blob/master/.npmignore#L10

but what is missing:

  • /.github
  • /jobs
  • /logo
  • /.editorconfig
  • /.eslintrc
  • /azure-pipelines.yml
  • /babel.config.js
  • /CONTRIBUTING.md?
  • /renovate.json

see: https://publint.dev/[email protected]

ximex avatar Oct 09 '23 20:10 ximex