From e3293f2826e301111fd560e578720dc90137669f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 5 Jun 2015 15:57:07 -0700 Subject: [PATCH] Prevent .gitignore from ignoring debug module On case insensitive platforms, the rule was catching the node module under npm and eslint. This should fix the issue, and make nodejs/io.js#1899 mergeable. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ebb9a7bc56375c..1dc001ffade1b6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ icu_config.gypi # various stuff that VC++ produces/uses Debug/ +!node_modules/debug/ Release/ !doc/blog/** *.sln