Skip to content

Commit

Permalink
fix: do not include .nyc_output in published files (#851)
Browse files Browse the repository at this point in the history
I noticed in a PR review for a bump from 4.2.3 to 4.2.4 that there were
[810 changed files][1]. One was packages.json, the other 809 were
.nyc_output json files. This makes it particularly tough to do a
thorough security review.

[1]: https://app.renovatebot.com/package-diff?name=commitizen&from=4.2.3&to=4.2.4#d2h-425221

fixes #730
  • Loading branch information
andrewhampton committed Nov 8, 2021
1 parent fdb73cd commit 68c377b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -7,3 +7,4 @@ test/tools/trigger-appveyor-tests.sh
/appveyor.yml
jsconfig.json
travis_after_all.py
/.nyc_output

0 comments on commit 68c377b

Please sign in to comment.