Skip to content

Commit 68c377b

Browse files
authoredNov 8, 2021
fix: do not include .nyc_output in published files (#851)
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
1 parent fdb73cd commit 68c377b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ test/tools/trigger-appveyor-tests.sh
77
/appveyor.yml
88
jsconfig.json
99
travis_after_all.py
10+
/.nyc_output

0 commit comments

Comments
 (0)
Please sign in to comment.