From e90cbd6f148633ef7d3e2de06aaabe1cc493cc37 Mon Sep 17 00:00:00 2001 From: Olivier Lauzon Date: Tue, 17 May 2011 04:36:09 +0800 Subject: [PATCH] [minor] Ignore npm modules and debug logs --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 234f13a..aa98793 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -test/config.json \ No newline at end of file +test/config.json +node_modules/ +npm-debug.log