Skip to content

Ignore .vscode/settings.json

Kev Kloss requested to merge kev/ignore-vscode-settings into main

What does this MR do and why?

This MR removes .vscode/settings.json from the ignore exceptions in .gitignore, thus ignoring it, so changes to workspace settings in VS Code don’t get tracked. For example, I disabled editor.formatOnSave in this repo because my Prettier extension tried to format the Markdown files but we don’t have a Prettier config set up here.

Merge request reports