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
Opening the solution in VS leaves a ton of working changes that could be mostly avoided. How about we add a gitignore for the unneeded stuff like:
.vsDebugimgui.ini*.vcxproj.user
There's also the main vcxproj which can show up due to toolset changes but nothing we can do about that. Still a big difference to discard one item prior to a pull.
The text was updated successfully, but these errors were encountered:
Opening the solution in VS leaves a ton of working changes that could be mostly avoided. How about we add a gitignore for the unneeded stuff like:
There's also the main vcxproj which can show up due to toolset changes but nothing we can do about that. Still a big difference to discard one item prior to a pull.
The text was updated successfully, but these errors were encountered: