From fc9cb14daf0a52b534863330d8aa9c0811b4fc75 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 1 Apr 2026 11:06:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20.vscode=20=E4=BB=8E=20git?= =?UTF-8?q?=20=E8=B7=9F=E8=B8=AA=E4=B8=AD=E7=A7=BB=E9=99=A4=E5=B9=B6?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +------ .vscode/settings.json | 4 ---- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index ea4dab9..64f328a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,12 +54,7 @@ buildNumber.properties *.rar hs_err_pid* replay_pid* -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets +.vscode/ .history/ *.vsix .metadata diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d53ecaf..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "java.compile.nullAnalysis.mode": "automatic", - "java.configuration.updateBuildConfiguration": "automatic" -} \ No newline at end of file