From 84cf4663e81eacccf38fe3689a4867b06dd78b2e Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 20 Dec 2021 22:31:29 +0000 Subject: [PATCH] Ignore all coverage files from Git Since #1542, coverage creates parallel files, with names like `.coverage...`, which need ignoring too. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6caa61357..ee3559cc4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *~ .idea build -.coverage +.coverage* dist django_debug_toolbar.egg-info docs/_build