How to have TFS 2010 detect changes done to files outside of Visual Studio?

TFS has a “Reconcile” command for this: Open the Source Control Explorer Right-click on the folder with the changes and choose Compare Select the files you want to reconcile (press CTRL+A to select all files) Click on the Reconcile button Set the options in the Reconcile Folder Differences dialog. Make sure Files that do not … Read more

Visual Studio 2015 TFS .tfignore file

First, please make sure your .tfignore file created without any problem. This file does not have any suffix. One way to create it suggest you to rename a new.txt file with “tfignore.” It will auto change to right .tfignore file. You can also use the auto automatically generated .tfignore file, follow below steps: In the … Read more