gpt4 book ai didi

git - 为什么 gitignore 在这种情况下不起作用?

转载 作者:IT王子 更新时间:2023-10-29 01:26:45 31 4
gpt4 key购买 nike

我想忽略两个文件:

  • .idea/workspace.xml
  • someapp/src/.idea/workspace.xml

我认为将这条规则添加到 .gitignore 就足够了:

.idea/workspace.xml

但它只捕获顶级 .idea/workspace.xml(git status 显示 someapp/src/.idea/workspace.xml 为未跟踪)。

我也尝试了 **/.idea/workspace.xml,但这根本不起作用。帮忙?

最佳答案

这有 changed in git 1.8.4

Use of platform fnmatch(3) function (many places like pathspec matching, .gitignore and .gitattributes) have been replaced with wildmatch, allowing "foo/**/bar" to match "foo/bar", "foo/a/bar", etc.

**/.idea/workspace.xml 现在应该可以在此示例中使用。

关于git - 为什么 gitignore 在这种情况下不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8156299/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com