Skip to content

gitignore file does not support VS IDE

Summary

The gitignore file does not contain any support for using Visual Studio IDE.

Developers should be able to use VS IDE.

Environment

Visual Studio 2022 Community

Proposed fix

I can fix this issue by adding the following lines to the gitignore file, at a minimum:

# Visual Studio IDE cache/options directory
.vs/

Related log entries

issue-add-vs-ide-support-to-gitignore