EvanOxfeld / node-unzip

node.js cross-platform unzip using streams
MIT License
613 stars 343 forks source link

Add `.nyc_output` to `.gitignore` #126

Closed TomasBarry closed 2 years ago

TomasBarry commented 5 years ago

When running npm test, the output is put into the nyc_output directory. This data is not relevant to the master repository and should be ignored by git.

This commit adds .nyc_output to the .gitignore so that the output from npm test is not erroneously added to a commit.