From 341fd96fa4f2ea4f3dffddf3c1ab8e27b8c09a87 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 11 May 2018 14:07:29 +0200 Subject: [PATCH] Ignore coverage --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b768760..01d5e27 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ __pycache__ /db.sqlite3 /static/ **.*.swp +.coverage