فهرست منبع

Merge pull request #907 from pimterry/nodeGitignore

Ignore grunt and lcov build files in Node projects
Adam Roben 11 سال پیش
والد
کامیت
d42b9bba2c
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Node.gitignore

+ 2 - 0
Node.gitignore

@@ -1,4 +1,5 @@
 lib-cov
+lcov.info
 *.seed
 *.log
 *.csv
@@ -11,5 +12,6 @@ pids
 logs
 results
 build
+.grunt
 
 node_modules