问题标签 [tfignore]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - TFS/Azure Devops 不忽略 .pubxml 文件
我在 TFS/Azure 上的多个单独项目中有一个包含 API 和可注入服务的解决方案。
虽然我Properties/PublishProfiles/XXX.pubxml
从解决方案资源管理器中排除了所有文件,但它们仍在等待签入的列表中:
然后我尝试手动添加 * .pubxml和.pubxml扩展名,C:\Users\[USERNAME]\AppData\Local\Microsoft\Team Foundation\[X.X]\Configuration\VersionControl\LocalItemExclusions.config
但没有机会。
我在这里和这里tfignore
都创建了文件遵循指令(感谢@Lennart),但没有任何改变。它仍在Pending Changes列表中。
忽略TFS/Azure上的文件扩展名的任何其他解决方案?特别是我正在寻找忽略.pubxml扩展名,显然。