Skip to content

Commit 1f2a637

Browse files
committed
Add nyc test coverage output directory
[nyc](https://github.com/bcoe/nyc) is quite popular, and under some circumstances it writes to `.nyc_output` directory. This directory should be ignored by default.
1 parent 0390f39 commit 1f2a637

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ lib-cov
1414
# Coverage directory used by tools like istanbul
1515
coverage
1616

17+
# nyc test coverage
18+
.nyc_output
19+
1720
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1821
.grunt
1922

0 commit comments

Comments
 (0)