From 6fde37e5bf9cb2e81f8885b875d966ff469fb73e Mon Sep 17 00:00:00 2001 From: Antonio <114471855@qq.com> Date: Fri, 14 May 2021 11:09:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0813179..7fdc052 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ !.vscode/launch.json !.vscode/extensions.json node_modules/ +.vscode/settings.json -- Gitee From 7565f365de6d917475cd7ae3e9a6064909984b2d Mon Sep 17 00:00:00 2001 From: Antonio <114471855@qq.com> Date: Fri, 14 May 2021 11:11:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- .vscode/settings.json | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7fdc052..2587f20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .vscode/* -!.vscode/settings.json +.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json node_modules/ -.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json index de65cd7..5de7308 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -186,5 +186,9 @@ "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}", "i18n-ally.enabledParsers": ["ts"], "i18n-ally.sourceLanguage": "en", - "i18n-ally.enabledFrameworks": ["vue", "react"] + "i18n-ally.enabledFrameworks": [ + "vue", + "react" + ], + "git.ignoreLimitWarning": true } -- Gitee