gpt4 book ai didi

eclipse - Egit 暂存 View 显示被忽略的资源

转载 作者:行者123 更新时间:2023-12-02 03:11:12 25 4
gpt4 key购买 nike

我的 Eclipse 中有一个新的 Git 项目,Staging View 的 Unstaged Changes 面板不仅显示了我正在处理的文件,还显示了 .classpath.project,而这些在 Eclipse 的 Preferences > Team > Ignored Resources 中设置为忽略。怎么会?

注意:忽略 .classpath.project 是否是一个好主意超出了这个问题的范围。

最佳答案

while these are set to be ignored in Eclipse's Preferences > Team > Ignored Resources

这与 Git 或 Git 相关的 Eclipse View (如 Staging View 的 Unstaged Changes 面板)无关。

您需要将这些文件名放入 .gitignore 中,以免它们出现在该面板中。

然后切换回您的 Eclipse,查看 Staging View 的 Unstaged Changes 面板是否仍有不应显示的元素。

您可以检查未跟踪的文件是否真的被忽略了:

git check-ignore -v -- .classpath

Tihamer添加 in the comments :

Switching back to Eclipse after editing the .gitignore file is not quite enough.
In the Git Staging view, you also need to hit the refresh button (upper right, just past the "filter files" textbox.

In my case, I checked out the documentation at git-scm.com/docs/gitignore and added "**target/**" (without quotes) using NotePad++.
After I hit the refresh button, the Git Staging showed exactly what it was supposed to (i.e. got rid of all the /target/ and .class files).

关于eclipse - Egit 暂存 View 显示被忽略的资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39955333/

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