aboutsummaryrefslogtreecommitdiffstats
path: root/.cypress
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2018-03-27 14:42:42 +0100
committerZarino Zappia <mail@zarino.co.uk>2018-03-27 16:05:11 +0100
commited6c2501b859a79b2284870b6f9ee2170ebf959a (patch)
tree5c584e7d1c63b1319aea03af8c0bd8d22092db30 /.cypress
parent62781266d9de6a3607311555ed33ef8b8d7f3b4f (diff)
Gitignore cypress.env.json
The Cypress docs suggest putting machine-specific config into a `cypress.env.json` file at the same location as `cypress.json`. (For example, if you want to disable video recording of test sessions on your machine, but not everyone else’s.) Since this file will be machine-specific, we don’t want it tracked in Git.
Diffstat (limited to '.cypress')
-rw-r--r--.cypress/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cypress/.gitignore b/.cypress/.gitignore
index f677bfcd7..9fb900949 100644
--- a/.cypress/.gitignore
+++ b/.cypress/.gitignore
@@ -1,2 +1,3 @@
/cypress/videos
/cypress/screenshots
+/cypress.env.json