diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-03-27 14:42:42 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2018-03-27 16:05:11 +0100 |
commit | ed6c2501b859a79b2284870b6f9ee2170ebf959a (patch) | |
tree | 5c584e7d1c63b1319aea03af8c0bd8d22092db30 /.cypress | |
parent | 62781266d9de6a3607311555ed33ef8b8d7f3b4f (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/.gitignore | 1 |
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 |