gpt4 book ai didi

git - .gitignore 文件仍显示在未跟踪列表中

转载 作者:太空狗 更新时间:2023-10-29 14:39:38 25 4
gpt4 key购买 nike

我有一些文件被 Git 跟踪:

  • 内容/.htaccess
  • 管理员/缓存/
  • db_changes.docx

但后来我决定让 Git 忽略它们。所以我将它们添加到 .gitignore 文件中,然后运行这些命令:

git rm --cached content/.htaccess
git rm -r --cached admin/cache/
git rm --cached db_changes.docx

然后我提交了 repo 协议(protocol)。但是,如果我再次运行 git status,这些文件仍会显示在“未跟踪文件”列表中。

我跑了:

git ls-files . --ignored --exclude-standard --others

列出 .gitignore 文件,但没有显示任何内容。我确信我将它们正确地放入了 .gitignore 文件中,所以我真的很困惑/沮丧。

最佳答案

我的 .gitignore 文件放错了地方。我把它放在我的 .git 目录的根目录中,而不是我的 repo 的根目录中。

关于git - .gitignore 文件仍显示在未跟踪列表中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13999226/

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