How can I use Resharper without adding the Resharper generated files to the TFS server. I开发者_如何学JAVAs there some sort of .ignore file/setting I can let the TFS maintainer modify. Or is it done client-side? We're using TFS 2008, but will be upgrading to TFS 2010 in the near future.
We're using TFS 2008 and I have found that it doesn't add the resharper files by default, so unless you are explicitly selecting them in Source Control Explorer
when doing a checkin you shouldn't have any worries.
The resharper folder will start with and underscore (ex. _Resharper YourProject
) and I believe TFS knows to ignore those folders.
For some reason my TFS wanted to add all the _Resharper files, so I just right clicked on the _Resharper folder in Source Control Explore and selected "Undo Pending Changes":
精彩评论