add npm-debug to gitignore
diff --git a/client/.gitignore b/client/.gitignore
index 582279c..d813d9a 100644
--- a/client/.gitignore
+++ b/client/.gitignore
@@ -1 +1,2 @@
-/.initDone
\ No newline at end of file
+/.initDone
+npm-debug*
\ No newline at end of file