From f36421814323d17c4257527f56483afb2547dace Mon Sep 17 00:00:00 2001 From: Igor Milhit Date: Tue, 2 Oct 2018 08:07:55 +0200 Subject: [PATCH] git: gitignore extension * add files to .gitignore Signed-off-by: Igor Milhit --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7524f54630..58045dcc6d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,8 @@ htmlcov/ nosetests.xml coverage.xml *,cover +.pytest_cache/ +test.db # end-to-end testing .e2e_screenshots @@ -65,3 +67,6 @@ target/ .*.sw? celerybeat-schedule + +# Environment variables +.env