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.