You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
Technical Information
Impact Analysis