From 224efba0c72562d6d1d20fbc81f934b91b1c4218 Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Sat, 30 Mar 2013 21:10:20 +0400 Subject: [PATCH] Ignore npm-debug.log --- .gitignore | 1 + .npmignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index db02cd10..25580433 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ benchmark.js analyse.r docs/html docs/man +npm-debug.log diff --git a/.npmignore b/.npmignore index c08b3f46..c757c255 100644 --- a/.npmignore +++ b/.npmignore @@ -8,3 +8,4 @@ v8.log benchmark.js analyse.r docs/html +npm-debug.log