Add generated file for cypress test run to gitignore.

This commit is contained in:
Dillon Kearns 2021-07-29 12:32:46 -07:00
parent 49bce28926
commit 99ae3e5ab6
2 changed files with 2 additions and 3 deletions

View File

@ -4,3 +4,5 @@ dist/
.cache/ .cache/
.elm-pages/ .elm-pages/
functions/render/elm-pages-cli.js functions/render/elm-pages-cli.js
my-json-data.json

View File

@ -1,3 +0,0 @@
{
"greeting": "Hello, World!"
}