gitignore
gitignore copied to clipboard
Add Visual Studio Code cache directory
Unity has recently released their new, updated extension to Visual Studio Code which allows for debugging, etc. However, the default .gitignore for Unity has not been updated to ignore the Visual Studio Cache directory .vscode, and puts the responsibility on the user. Added the directory to the file so this responsibility is removed.
Link to the Visual Studio Code extension on the Visual Studio Marketplace