From b4e145e31ea27e21f063f6a43570b458c1f64932 Mon Sep 17 00:00:00 2001 From: Wynne Crisman Date: Fri, 6 May 2016 19:22:52 -0700 Subject: [PATCH] Removed the ending slash from the node_modules ignore in hopes this fixes the linux issue. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 32eb370..5ae178c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *_bak.* -node_modules/ +node_modules config.js public/main.css public/emailFailures.txt