Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tfs exclude directory from 'detected changes' [duplicate]

Using tfs online I have a mapping to C:\Work

There I have some directories I don't want to be versioning controlled and I keep them out of source control. Problem is VS 2013 show them as detected changes. This are temporary folders (like EmailPickup) that I want to never 'watch' on those folders. Is there any way to do that so Visual Studio stop suggesting me there are detected changes to include ?

like image 575
Bart Calixto Avatar asked Jan 13 '14 12:01

Bart Calixto


1 Answers

found a simple way to doing it.

On the detected changes modal (Promote Candidate Changes is the title) you can right click and ignore by extension and / or folder.

like image 153
Bart Calixto Avatar answered Oct 01 '22 12:10

Bart Calixto