From 6fc9fb5bb4973623cd717fbf0e8050f36da86223 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 28 May 2017 18:23:49 -0400 Subject: [PATCH] don't commit node_modules if it exists --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e43b0f9..9daa824 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +node_modules