]> source.dussan.org Git - gitignore.git/commitdiff
Ignore grunt and lcov build files in Node projects 907/head
authorTim Perry <pimterry@gmail.com>
Thu, 26 Dec 2013 23:53:21 +0000 (23:53 +0000)
committerTim Perry <pimterry@gmail.com>
Thu, 26 Dec 2013 23:53:21 +0000 (23:53 +0000)
Node.gitignore

index c84ba2584c3e2532c9c546dcdc0fd099ef55827e..cfbee8d8bdcb2e512928c3132c010816ecaa9b97 100644 (file)
@@ -1,4 +1,5 @@
 lib-cov
+lcov.info
 *.seed
 *.log
 *.csv
@@ -11,5 +12,6 @@ pids
 logs
 results
 build
+.grunt
 
 node_modules