From 3b0ba7c48dc2e1559e2dc6793f99fbba03d4c06b Mon Sep 17 00:00:00 2001 From: Paul Trappitt Mac Date: Mon, 8 Feb 2016 18:00:29 +0800 Subject: [PATCH] gitignore remove node_modules --- .gitignore | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 869fcec..ec16e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,36 @@ -_node_modules +# Logs +logs +*.log +npm-debug.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 + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +node_modules + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + +#drone secrets secrets.yml \ No newline at end of file