Search code examples
tfstfvc

Global ignore support in TFVC


Is it possible to have a global ignore file configured in TFVC. Similar to e.g. git can be configured to have a ~/.gitignore file and configure it as a global ignore file for all projects?


Solution

  • If you are using local workspaces you can use a .tfignore that follows the same format as .gitignore.

    http://msdn.microsoft.com/en-us/library/jj155786.aspx

    Update: The exact usecase is not supported by TFVC as seen in the comments.