Adds .vscode directory to .gitignore. This directory keeps local,
user-specific configuration for VSCode. Now, developers can customize
their local configuration of VSCode without having to deal with the
.vscode directory being displayed by git in the untracked files list.
Adds
.vscode
directory to .gitignore. This directory keeps local, user-specific configuration for VSCode. Now, developers can customize their local configuration of VSCode without having to deal with the.vscode
directory being displayed by git in the untracked files list.