From: Mark Felder Date: Thu, 9 May 2019 15:53:43 +0000 (-0500) Subject: Prevent committing code coverage results to the repo X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=c869ec250401eb086387573bbde79f4d0beeeff1;p=akkoma Prevent committing code coverage results to the repo --- diff --git a/.gitignore b/.gitignore index 082c7491b..9591f9976 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,7 @@ erl_crash.dump # Prevent committing docs files /priv/static/doc/* + +# Code test coverage +/cover +/Elixir.*.coverdata