tfs - Team Foundation Server 2010 不尊重我的 .tfignore 文件

标签 tfs

这是我的 .tfignore。它在分支的根目录中并提交给 TFS,但它从未兑现。我想我在阅读 TechNet's article on the .tfignore file 时遗漏了一些我不清楚的句法微妙之处,但是什么?

### Team Foundation Server Source Control Ruleset Overrides for the Web Project
### These are created to ensure the proper files for the BEC Website end up
### under control.

## INCLUSIONS
# It is truly silly that VS excludes "Debug"...
!debug

# Include any binaries from sources, because they're all third party...
\sources\*.exe

## EXCLUSIONS
# Exclude site-specific tmp, cache and log folders...
wwwroot\administrator\cache
wwwroot\administrator\log
wwwroot\cache
wwwroot\log
wwwroot\tmp

最佳答案

您可能没有遗漏任何句法细微之处,.tfignore is a new feature in VS2012 and seems to also require TFS2012 .

关于tfs - Team Foundation Server 2010 不尊重我的 .tfignore 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14365929/

相关文章:

powershell - TFS 2015-tfpt创建新的团队项目

TFS Code Reviewer - 无法下载(新文件)

tfs - 在托管 TFS 环境中,当前项目中从 Scrum 到看板的变更流程?

git - 与其他服务器相比,Team Foundation Server 的分支特征

TFS 无法正确构建项目

version-control - 一个特定解决方案的 TFS 门控 checkin ,而不是整个团队项目

TFS合并冲突

visual-studio - 为什么它说 "Project with that name already opened in the solution"?

tfs - 如何发送包含 TFS 构建状态的自定义电子邮件

tfs - 我们是否错误地使用了 TFS 2010?