Merge branch 'improve/gitignore' into 'develop'

Prevent committing code coverage results to the repo

See merge request pleroma/pleroma!1128
This commit is contained in:
Haelwenn 2019-05-09 17:03:37 +00:00
commit e4bc4408f9
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