这正是我的 .tfignore。它位于分支的根目录中并提交给 TFS,但它永远不会被兑现。我想我在阅读TechNet 关于 .tfignore 文件的文章时遗漏了一些我不清楚的语法细节,但是什么?
### 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