From 039ef76d7225d0ae2e73b6b340afb9156e4ab45f Mon Sep 17 00:00:00 2001 From: eric sciple Date: Fri, 24 Jan 2020 16:37:29 -0500 Subject: [PATCH] . --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 25b580bc..a36e7431 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -# Explicitly not ignoring node_modules so that they are included in package downloaded by runner -!node_modules/ +node_modules/ __tests__/runner/* # Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore