From 493f90ff5cd08e484b61a79378d86391f0c20178 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=9B=BE=E9=9B=A8=E9=AD=94=E7=90=86=E6=B2=99?= Date: Thu, 16 May 2019 11:54:43 -0700 Subject: [PATCH] Update .gitignore (#3199) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e44aa6e..a735573 100644 --- a/.gitignore +++ b/.gitignore @@ -216,3 +216,7 @@ patched.txt # Python type checking .mypy_cache/ .pyre/ + +# pipenv file +Pipfile +Pipfile.lock -- 2.7.4