VB.Net (Express) 的 .hgignore?
我在档案中没有看到关于这个主题的问题,所以这里是:对于那些有经验的 Mercurial 用户,这是一个正确的 .hgignore 文件来告诉 VB.Net Express 在添加项目时忽略文件/子目录一个新的存储库?
垃圾桶 对象 温度 *。用户 *.suo *.ncb
谢谢。
I didn't see a question on this subject in the archives, so here goes: For those of you experienced Mercurial users, is this a correct .hgignore file to tell VB.Net Express to ignore files/sub-dirs when adding items in a new repository?
bin
obj
temp
*.user
*.suo
*.ncb
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么你要么需要以 glob: 开始每一行,要么让
我的第一行(对于 C#)也有 Thumbs.db 。
编辑:您还可以使用全局 hgrc
well you either need to start each line with glob: or have the first line
mine (for C#) has Thumbs.db as well.
edit: you can also set up a global ignore list using your global hgrc