From cbaefd144f3d70d0765791ac065102ae071055ff Mon Sep 17 00:00:00 2001 From: mrmrs Date: Sun, 12 Jul 2015 19:26:53 +0800 Subject: [PATCH] Change syntax for the npm-debug.log --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40714cb..182c915 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -node_modules* -.npm-debug* +node_modules +npm-debug.log .DS_STORE