From 6f186c3a3f33db6545e26d9643f18f79f6abb334 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Jul 2018 13:22:35 +0200 Subject: [PATCH] Add coverage related files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6500dff..2cfabf5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ __pycache__/ /calsocial/translations/*/LC_MESSAGES/*.mo /.pytest_cache/ /.env +/.coverage +/htmlcov/