【问题标题】:gitignore for App-engine connected android project用于 App-engine 连接的 android 项目的 gitignore
【发布时间】:2014-05-06 22:34:00
【问题描述】:

我需要就 App-engine Connected Android Project (AECAP) 开展合作。我使用 GitHub 作为存储库。 Eclipse 没有从现有源创建 AECAP 的选项(就像 android 和其他 java 项目一样——所以谷歌需要解决这个问题)。无论如何,为了让合作者顺利使用 AECAP,我应该如何设置 git?我猜答案与gitignore 文件有关。我希望谷歌专家或有经验的人可以帮助我解决这个问题。谢谢。

【问题讨论】:

    标签: android eclipse git google-app-engine google-eclipse-plugin


    【解决方案1】:

    只要涉及到.gitignore文件,可以使用GitHub gitignore project获取。

    例如见Android.gitignore

    但您也可以考虑添加.gitattributes file,以管理和控制行尾标准化。

    例如见this .gitattributes file

    【讨论】:

    • 谢谢。我去看看。
    • 这些链接非常通用。 App-engine Connected Android Project 没有什么特别之处
    • @learner 那是因为没有什么可以忽略的。当您查看像github.com/GoogleCloudPlatform/… 这样的实际应用引擎连接的android 项目时,它的.gitignore 甚至比我建议的更短:github.com/GoogleCloudPlatform/…
    猜你喜欢
    • 2012-07-01
    • 1970-01-01
    • 2012-05-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-23
    • 2012-04-15
    相关资源
    最近更新 更多