From e0172ec2856e126e9d6cf666f548de13664a0498 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 19 Oct 2016 21:02:18 +0100 Subject: [PATCH] added gitignore for node js --- .gitignore | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 295d4ee..3ccfc96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,47 @@ +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# 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 directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + .DS_Store -node_modules/ dist/ \ No newline at end of file