From 63cf9023ff1988b7f447cc9069b34983704de207 Mon Sep 17 00:00:00 2001 From: DaoDao <625117069@qq.com> Date: Fri, 5 Jan 2024 17:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20.gitignore=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9A=E5=BF=BD=E7=95=A5=20.idea=20=E5=92=8C=20.vsc?= =?UTF-8?q?ode=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a1c2a23..8fd8a53 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# ide +/.idea/ +/.vscode/ -- Gitee