开发者

Ignore Resharper files in Team Foundation Server source control

开发者 https://www.devze.com 2023-01-05 21:55 出处:网络
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 c

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":

Ignore Resharper files in Team Foundation Server source control

0

精彩评论

暂无评论...
验证码 换一张
取 消