作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们有多个配置文件(app.DEV.config、app.TEST.config 等)和一个将正确的配置文件复制到 app.config 的预构建事件。显然,配置特定文件位于源代码管理中 --- 但目前 App.Config 也是如此,但不应该如此。
如何将该文件标记为从源代码管理中排除,但显然不从项目中排除。
我正在使用 VS 2005 和 2005 Team Explorer。
最佳答案
在TFS2012中很简单,创建一个.tfignore文件
http://msdn.microsoft.com/en-us/library/tfs/ms245454%28v=vs.110%29.aspx#tfignore
######################################
# Ignore .cpp files in the ProjA sub-folder and all its subfolders
ProjA\*.cpp
#
# Ignore .txt files in this folder
\*.txt
#
# Ignore .xml files in this folder and all its sub-folders
*.xml
#
# Ignore all files in the Temp sub-folder
\Temp
#
# Do not ignore .dll files in this folder nor in any of its sub-folders
!*.dll
# EDIT https://msdn.microsoft.com/en-us/library/ms245454(v=vs.110).aspx#tfignore
# A filespec is recursive unless prefixed by the \ character.
关于tfs - 如何从 TFS 源代码管理中排除特定文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1369442/
我是一名优秀的程序员,十分优秀!