[Feature] Add .vscode to .gitignore file #291
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Problem
Since the
.vscode
folder often contains settings to your local development workspace such as Extensions you have, custom key bindings, themes, and so on, It's best this file is ignored, to avoid conflicting with othersOne way around is for each contributor to delete their
.vscode
folder if it exists, but it's easier just ignoring it with .gitinoreImplementation
The text was updated successfully, but these errors were encountered: