-
Notifications
You must be signed in to change notification settings - Fork 480
Open
Labels
Description
Description
- I have seen that the .vs/ folder that is created by the Visual Studio IDE gets tracked by git CLI, this means it could end up getting added in branches accidentally.
Technical Information
- All that needs to be done is to update the .gitignore to include everything in the .vs/ folder inside the working directory. This should prevent all IDE workspace information from getting added to the project during development.
Impact Analysis
- This change will not impact performance or production behavior at all. This change simply avoids a small inconvenience that happens during development of the project, and has resulted in unwanted files being added to Pull Requests.