ソースを参照

Merge pull request #1949 from ro31337/patch-1

Add nyc test coverage output directory
Brendan Forster 9 年 前
コミット
94043d7fc7
1 ファイル変更3 行追加0 行削除
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -14,6 +14,9 @@ lib-cov
 # Coverage directory used by tools like istanbul
 coverage
 
+# nyc test coverage
+.nyc_output
+
 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
 .grunt