Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我忽略了一个名为“temp”的文件夹,如何取消忽略并继续跟踪它?
谢谢。
如果 temp 为空,Mercurial 只跟踪文件。否则,在您的 .hgignore 中有些东西会忽略它。您可能会忽略与 temp 以上的目录或 temp 以下的所有文件或目录匹配的模式。
将其从您的 .hgignore 文件中取出,它应该会再次开始跟踪它。我在其他方面遇到了麻烦,因为我在 hg 中有一些我想忽略的东西。看来您必须从源代码管理中删除该文件,然后 .hgignore 。