From 8209359a888a31b1fd94a4e5ef0524ea6b61e25c Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 26 Dec 2013 23:53:21 +0000 Subject: [PATCH] Ignore grunt and lcov build files in Node projects --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c84ba258..cfbee8d8 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,4 +1,5 @@ lib-cov +lcov.info *.seed *.log *.csv @@ -11,5 +12,6 @@ pids logs results build +.grunt node_modules