From 99fe09e1e8548eae5c8b81846e87684a86074226 Mon Sep 17 00:00:00 2001 From: macneko-ayu Date: Mon, 13 May 2024 10:50:41 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.github/templates/.vscode/settings.jso?= =?UTF-8?q?n=20=E3=81=AB=E3=82=B9=E3=83=9A=E3=83=AB=E3=83=81=E3=82=A7?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=81=AE=E9=99=A4=E5=A4=96=E5=AF=BE=E8=B1=A1?= =?UTF-8?q?=E3=81=A8=E3=81=97=E3=81=A6yumemi=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/templates/.vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/templates/.vscode/settings.json b/.github/templates/.vscode/settings.json index 13899f9..cc214ba 100644 --- a/.github/templates/.vscode/settings.json +++ b/.github/templates/.vscode/settings.json @@ -5,5 +5,6 @@ }, "files.watcherExclude": { "**/.fvm": true - } + }, + "cSpell.ignoreWords": ["yumemi"] }