From f06ab2e725b33073f9cd99a4278bd35985c4545a Mon Sep 17 00:00:00 2001 From: Steve Brudz Date: Tue, 10 Apr 2018 11:16:37 -0500 Subject: [PATCH] Update gitignore to try to address issue with gh-pages build Hitting this issue https://github.com/juliangruber/balanced-match/issues/22 but not sure why. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec6418c2..da53b975 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -node_modules/ +node_modules/* .idea/ npm-debug.log coverage