From b2cac59c2dc3670bb297cafa0b6db6d2463a575e Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Tue, 15 Sep 2026 20:44:34 +0900 Subject: [PATCH] chore: ignore vscode settings and drop their readme note Follow up the removal of .vscode/. - Ignore .vscode/ except extensions.json, as the other sites do - Remove the README paragraph describing .vscode/settings.json --- .gitignore | 3 ++- README.md | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index df29c2d..4ad6f2a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,8 @@ dist-ssr *.local # Editor directories and files -#.vscode +.vscode/* +!.vscode/extensions.json .idea .DS_Store *.suo diff --git a/README.md b/README.md index 56740f9..655b4bf 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,6 @@ the React domain enabled, single quotes, trailing commas, two-space indentation, CSpell checks spelling across the project. Project-specific vocabulary and ignored paths are maintained in `cspell.json`. -The `.vscode/settings.json` file registers Biome as the default formatter and enables `source.fixAll.biome` on -save. - ## Changelog See [CHANGELOG.md](./CHANGELOG.md) for the release history.