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 status。
git status
researchProject/.externalToolBuilders/org.eclipse.wst.jsdt.core.javascriptValidator (4).launch
我禁用了 JavaScript 验证器,因为它一直给我的构建错误——我找到的唯一解决方案是禁用它。
将以下行添加到您的.gitignore文件中:
.gitignore
.project .settings .classpath .metadata
对于你的情况也
.externalToolBuilders
你应该很高兴。
如果您正在处理特定于 Eclipse 的项目,请不要添加.project和。.classpath.gitignore
.project
.classpath