From 415f165d31e22e307cf6a2c9e0a00e3be25cc7c3 Mon Sep 17 00:00:00 2001 From: yuanyusi Date: Sat, 8 Oct 2016 16:56:54 +0700 Subject: [PATCH] Github node.gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 5148e52..bc7fc55 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ npm-debug.log* pids *.pid *.seed +*.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov @@ -33,5 +34,11 @@ jspm_packages # Optional npm cache directory .npm +# Optional eslint cache +.eslintcache + # Optional REPL history .node_repl_history + +# Output of 'npm pack' +*.tgz