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 文件
.apt_generated
但每次在 Eclipse 中重新编译项目 eGit 并git status -s显示 .apt_generated 中的文件都已更改。
git status -s
如果您.gitignore在提交一次后将其添加到索引中,则需要通过键入将其从索引中删除
.gitignore
git rm --cached .apt_generated