From d8998fb82ff58f21a9502090a4b5e69c4879ea05 Mon Sep 17 00:00:00 2001 From: huzhifeng Date: Tue, 22 Jul 2014 12:37:46 +0800 Subject: [PATCH] Apply https://github.com/github/gitignore/blob/master/Node.gitignore --- .gitignore | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5d44f4..92b08a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,32 @@ .idea +test + +# https://github.com/github/gitignore/blob/master/Node.gitignore +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# Commenting this out is preferred by some people, see +# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules -test \ No newline at end of file + +# Users Environment Variables +.lock-wscript