From bdf8aec8f9844efc53910fea78db69370d1533a3 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 7 Jan 2014 02:33:15 -0800 Subject: [PATCH] Add .grunt directory --- Node.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index faa648a6..f391c619 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -24,7 +24,12 @@ lib-cov ## Coverage directory used by tools like istanbul coverage -# Node-specific patterns +# Other popular tool patterns + +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# NodeJS patterns ## Compiled binary addons (http://nodejs.org/api/addons.html) build/Release