如何使用 Mercurial 忽略任何树中的相同目录?
嘿,我想忽略缓存目录及其子树。我尝试了以下方法:
syntax: glob
**/cache/**
看来这不是正确的做法。有人会透露一些信息吗?
Hey I would like to ignore cache directories and the sub-tree of them everywhere. I tried the following:
syntax: glob
**/cache/**
It seems it is not the right thing to do. Would somebody shed some light?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想忽略缓存文件夹中及其下方的所有内容,则以下操作应该有效:
If you're wanting to ignore everything in and below the cache folder the following should work: