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.
When running
npm test
, the output is put into thenyc_output
directory. This data is not relevant to the master repository and should be ignored bygit
.This commit adds
.nyc_output
to the.gitignore
so that the output fromnpm test
is not erroneously added to a commit.