From 838dd3160e5f8be003e45ac4e93ce3fe281409aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 10 Dec 2018 05:54:32 +0400 Subject: [PATCH] :see_no_evil: Add coverage, site and others to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4d91992cb..6b0b10466 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,8 @@ __pycache__ .pytest_cache htmlcov +dist +site +.coverage +coverage.xml +.netlify