gitignore文档中的这句话怎么理解了?
If there is a separator at the beginning or middle (or both) of the pattern, then the pattern is relative to the directory level of the particular .gitignore file itself. Otherwise the pattern may also match at any level below the .gitignore level.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的说,就是当 .gitignore 中配置的路径有
/
开头时,就会从 .gitignore 文件的位置匹配,当没有时,就会在子目录中也匹配。_vendor
时 add/_vendor
时 add