Clear stored TFS credentials in Visual Studio 2017

Please try below items to narrow down the issue: Remove the TFS related credentials from Credential Manager In Credential Manager add the new updated Generic Credentials for the TFS account. Generally, this would overwrite the cached credentials. Close all Visual Studio instances, delete %LOCALAPPDATA%\.IdentityService as you did. Clear TFS caches %LOCALAPPDATA%\Microsoft\Team Foundation\7.0\Cache Clear all the … Read more

How to ignore files/directories in TFS for avoiding them to go to central source repository?

If you’re using local workspaces (TFS 2012+) you can now use the .tfignore file to exclude local folders and files from being checked in. If you add that file to source control you can ensure others on your team share the same exclusion settings. Full details on MSDN – http://msdn.microsoft.com/en-us/library/ms245454.aspx#tfignore For the lazy: You can … Read more