Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .vscode/ folder to .gitignore (#6020)
Problem Workspace-specific configuration on Visual Studio Code creates a .vscode/ folder to store the settings.json to store said configuration. Since there were already some editor-specific ignores in gitignore, I figured I might as well include VSCode's. Solution I added .vscode/ to the .gitignore file. Result Now VSCode users won't see a dirty workspace when using project-defined configs :)
- Loading branch information