cs0815
cs0815

Reputation: 17388

exclude folders in Microsoft Visual Studio Team Foundation Server 2012 Power Tools

I have included a folder with several sub folders in TFS, which is not a VS solution. Basically it is a bunch of XML files mainly, which are manipulated via some GUI. How can I exclude certain subfolders from check-in while check-in the 'solution'/folder?

Upvotes: 1

Views: 2370

Answers (1)

Giulio Vian
Giulio Vian

Reputation: 8343

You can manually include or exclude files from a check-in: the UI is a bit different if you are using the 2012 TFS client (Team Explorer) or an older version. It is described at this page.

On the Customize which files are ignored by version control section, you see a way to 'permanently' exclude folders or file types from a check-in.

Upvotes: 1

Related Questions