Explorar el Código

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.
Roman Pushkin hace 9 años
padre
commit
1f2a6371e4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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