Update gitignore to ignore node_modules in integration tests

This commit is contained in:
BryceLTaylor 2018-05-08 16:20:57 -04:00
parent 9ece2e6ea6
commit d0a2266c10

1
.gitignore vendored
View file

@ -28,3 +28,4 @@ ENV
/test/integration-cypress/cypress/screenshots
/test/integration-cypress/cypress/videos
/test/integration-cypress/package-lock.json
/test/integration/node_modules/*