views:

38

answers:

1

How can I use Resharper without adding the Resharper generated files to the TFS server. Is 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.

+1  A: 

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.

dcp