Prevent committing code coverage results to the repo

This commit is contained in:
Mark Felder 2019-05-09 10:53:43 -05:00
parent c2efc689d1
commit c869ec2504
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -38,3 +38,7 @@ erl_crash.dump
# Prevent committing docs files
/priv/static/doc/*
# Code test coverage
/cover
/Elixir.*.coverdata