diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9928d93aa2..189f36370b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ report.*.json cypress/screenshots cypress/videos +# Coverage +coverage + # config /.config/* !/.config/example.yml |