From bc0a2bf0a07d205b706e76ed9e69c89916dc2d31 Mon Sep 17 00:00:00 2001 From: JenniferW <1627055433@qq.com> Date: Fri, 7 Mar 2025 14:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ------ .vscode/settings.json | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 65479c64..3c3629e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -dist -build -*.log -.idea -.DS_Store -.vscode node_modules diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..ed94f44b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "git.ignoreLimitWarning": true +} \ No newline at end of file