From 050107f1cbb58b9043de7179821c49b90735254a Mon Sep 17 00:00:00 2001 From: Tobias Lidskog Date: Fri, 12 Dec 2014 11:07:54 +0100 Subject: [PATCH] Ignore npm log. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e47a6f8e7..292b80845 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ sitespeed-result build .DS_Store -node_modules \ No newline at end of file +node_modules +npm-debug.log \ No newline at end of file