Adds .vscode to .gitignore, as in other repos, so that contributors can change their VS Code settings without these files being marked as changed. Particularly useful at the moment since eslint.experimental.useFlatConfig should be enabled in vscode-eslint settings.
Adds
.vscode
to.gitignore
, as in other repos, so that contributors can change their VS Code settings without these files being marked as changed. Particularly useful at the moment sinceeslint.experimental.useFlatConfig
should be enabled in vscode-eslint settings.