From dc48ac54893491c5ecd64a868883a22769376e9a Mon Sep 17 00:00:00 2001 From: Ville Brofeldt Date: Sat, 23 Feb 2019 18:02:42 +0200 Subject: [PATCH] Ignore Pipenv* and .idea --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 028335b0e7..8ac332355f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ sqlnet.log *.rej test/test_schema.db *test_schema.db - +.idea +/Pipfile* -- 2.47.2