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