From 9bbd062d136c8168c383083d6c4dda78458beaea Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 3 May 2020 12:21:32 +0200 Subject: [PATCH] updated gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6580fa4..96a3095 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ /.idea/ settings.json __pycache__/ +docker/postgres/data + +Pipfile.lock *.log -docker/postgres/data \ No newline at end of file +*.sh -- GitLab