Skip to content

Commit

Permalink
npmignore: ignore .nyc_output
Browse files Browse the repository at this point in the history
This will help avoid an accidental publish or commit filled with
code coverage data

Fixes: npm#12873
Credit: @thealphanerd
PR-URL: npm#12878
Reviewed-By: @zkat
  • Loading branch information
Myles Borins authored and zkat committed May 28, 2016
1 parent c4c4b0d commit f96aea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ npm-debug.log
*.pyc
.jshintrc
.eslintrc
.nyc_output

# dev dependencies
/node_modules/deep-equal/
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ html/*.png
*.pyc

/test/tap/builtin-config

.nyc_output

0 comments on commit f96aea0

Please sign in to comment.