From 806342b623a9792846eb97891e429a51f402fd96 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 4 Mar 2019 22:07:04 -0500 Subject: [PATCH] Ignore node_modules --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68a6ce4..b0e4f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.DS_Store dist/ -*.Parent \ No newline at end of file +*.Parent +node_modules \ No newline at end of file