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

4
.gitignore vendored
View file

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