From 5c425fbdd46f5e93c8fab340ac18a5e8959268bf Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 26 Feb 2018 16:57:06 -0500 Subject: [PATCH] Updated git ignore to include node_modules directory (getting ready for setting up Grunt) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3030c86..c865f5e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ index.html # ignore the compiled files build/ + +# ignore node_module directory +node_modules/