gpt4 book ai didi

android - 如何在 ADT 中使用 egit 正确忽略目录?

转载 作者:行者123 更新时间:2023-11-30 03:18:52 26 4
gpt4 key购买 nike

我/我在最新的 ADT 中使用 egit 插件。虽然我在 github 中设置了正确的 .ignore 文件,并在 egit 菜单中设置了忽略,但我想忽略的目录仍然提交给 github。有没有……我的项目配置有误吗?

.gitignore 在 github/Myproject 中:

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

.gitignore 在 local/Myproject/3.9/:

/gen
/bin

最佳答案

remove them? Should I delete them directly on github?

您应该在本地克隆中删除它们:

git rm --cached -r aFolderToIgnore

然后你可以提交和推送:

  • GitHub 将反射(reflect)这些文件夹的删除情况
  • 你的 .gitignore 将得到尊重

关于android - 如何在 ADT 中使用 egit 正确忽略目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19532271/

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