From d2d337799a99ec4470916efa667a19f068f1060f Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Wed, 18 Oct 2023 10:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=8F=98=E8=B7=9F=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ .vscode/settings.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3da573b54..49e24a356 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ components.d.ts # Editor directories and files .idea .vscode +.history +.husky *.suo *.ntvs* *.njsproj diff --git a/.vscode/settings.json b/.vscode/settings.json index 0417089cb..1ac418dee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "i18n-ally.localesPaths": [ "src/lang" - ] + ], + "git.ignoreLimitWarning": true }