diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-22 18:04:36 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-22 18:04:36 +0200 |
commit | 20eaed44da11a17c8cbaba8742daff95ad329016 (patch) | |
tree | 1bf35058ba39d03f778d048460fb53c4e73fe340 /.gitignore | |
parent | b9df90173060dd8fb24251da0df4efc034a0d808 (diff) |
Added the jest coverage report output directory to the gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ node_modules dist settings.yml +/coverage # local env files .env.local |