TFS 2012 .gitignore .hgignore equivalent
In TFS 2012, there is a new mode for working locally, Local workspace . This is great news: No 'checking out' files No more read-only files and issues when working with files from programs other than VS. No more 'Get latest' not actually getting latest But it also means I'll need a way to tell TFS what files to ignore when monitoring the file system for changes. How is this handled in TFS2012? Found the answer myself, by mucking about in the TFS ui. The answer is that it is handled by the file '.tfignore' placed in the root of your branch. In 'Pending changes' there was a notification that I