소스 검색

Ignore grunt and lcov build files in Node projects

Tim Perry 11 년 전
부모
커밋
8209359a88
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