When working on public projects from GitHub using VS Code sometimes changes keep showing up in the Source Control panel that I'm not interesting in seeing.
But I don't want to change .gitignore
because not everyone on the project will want the same changes as some random noob.
I heard about the Files:Exclude files.exclude
workspace setting and added **/.vscode
there but the changes still appear:
Googling I can't find people discussing this. Am I doing it wrong or is there a different way to achieve this goal?