From 059d460c929d07f1d9506a5db6c6bd4995783509 Mon Sep 17 00:00:00 2001 From: Chris Vignola Date: Fri, 29 Sep 2017 12:43:12 -0500 Subject: [PATCH] missing gitignore entry --- app/templates/_gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/_gitignore b/app/templates/_gitignore index b512c09..227b838 100644 --- a/app/templates/_gitignore +++ b/app/templates/_gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +node_modules_linux \ No newline at end of file