gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

feat: ignore .vscode folder

Open mateus-oliveira opened this issue 1 month ago • 1 comments

Reasons for making this change

Visual Studio is available only for Windows but not for Mac and Unix based OS. So, for those cases, developers must use Visual Studio Code - the open source IDE. By the way, VSCode generates a cash folder .vscode with some JSON settings in the root project, that could be ignored on Git.

Links to documentation supporting these rule changes

You can confirm VSCode is the option available for Mac and Unix: https://visualstudio.microsoft.com/pt-br/downloads/

Merge and Approval Steps

  • [x] Confirm that you've read the contribution guidelines and ensured your PR aligns
  • [x] Ensure CI is passing
  • [ ] Get a review and Approval from one of the maintainers

mateus-oliveira avatar Nov 20 '25 17:11 mateus-oliveira

I second this!

AlexP-Coding avatar Nov 25 '25 16:11 AlexP-Coding