这是我的.tfignore准确。 它是在分支,致力于TFS的根目录下,但它永远不会兑现。 我想象我失去了阅读的一些语法微妙我不明白的.tfignore文件的TechNet的文章 ,但什么?
### 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