From 5d8f02513fa392fdca5d01cde2f20f6af1bdac4b Mon Sep 17 00:00:00 2001 From: Tatu Wikman Date: Thu, 2 Jan 2020 13:19:35 +0200 Subject: [PATCH] ignore pipfile.lock, although this should probably be added... --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 216bda2..ef64859 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # editors .vscode +# ignore Pipfile.lock +Pipfile.lock + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]