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
This commit is contained in:
2026-09-15 20:44:34 +09:00
parent 767fe74677
commit b2cac59c2d
2 changed files with 2 additions and 4 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ dist-ssr
*.local
# Editor directories and files
#.vscode
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
-3
View File
@@ -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.