From 309cb380a072cd5573cb26be820668bc04cffc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Fri, 1 Jan 2021 11:27:34 +0800 Subject: [PATCH] test for other --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 11146e7..c69ae1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VScode file +.vscode/ + +# PYCharm file +.idea/ + # log file *.log @@ -126,7 +132,3 @@ dmypy.json # Pyre type checker .pyre/ - - -.idea/ -.vscode/settings.json