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.
我的 .gitignore 有问题,因为它似乎忽略了其中的文件扩展名。每次我更改任何文件时,我都会得到数百个其他文件。我在这里查看了以前的帖子来解决这个问题,我从 git 存储库复制了我在 .gitignore 中的内容:https://github.com/github/gitignore/blob/master/Global/Eclipse。 gitignore 但这似乎不起作用。我重新启动了 Eclipse,刷新了我的 git 存储库,但什么也没发生。
有什么建议吗?
这些文件似乎已经添加到 git 存储库中。
那些是“未暂存的文件”还是“未跟踪的文件”?如果是前者,您可以使用以下推荐从存储库中删除文件。
git rm --cached