ignore vscode
Reasons for making this change:
Visual Studio Code now supports Unity, so need ignore the folder created by it
Links to documentation supporting these rule changes:
https://marketplace.visualstudio.com/items?itemName=VisualStudioToolsForUnity.vstuc
You don't want to do it. Dir .vscode may contain several files you definitely want to check in. E.g. settings, workspaces, tasks
If you want to ignore some particular cache file from this dir, you should write more specific rule
We get this quite a bit, but that is incorrect. The .vscode folder is the workspace folder and is intended to house workspace configuration/settings. We don't want to globally ignore this folder for that reason.
Please read more about the workspace folder here: https://code.visualstudio.com/docs/configure/settings#_workspace-settings
Closing for now.