From e2e3827dbb8d56d0dca78b1d2f40dadd195f83ee Mon Sep 17 00:00:00 2001 From: Andrew Hampton Date: Thu, 30 Sep 2021 07:50:56 -0400 Subject: [PATCH] fix: do not include .nyc_output in published files 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 --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 33c660c7..5f430ff8 100644 --- a/.npmignore +++ b/.npmignore @@ -7,3 +7,4 @@ test/tools/trigger-appveyor-tests.sh /appveyor.yml jsconfig.json travis_after_all.py +/.nyc_output