2

我需要在一個App引擎連接的Android項目(AECAP)合作。我正在使用GitHub作爲回購。 Eclipse沒有選擇從現有源創建AECAP(就像android和其他java項目一樣 - 所以谷歌需要解決這個問題)。無論如何,爲了讓合作者與AECAP順利合作,我應該如何設置git?我猜測答案與gitignore文件有關。我希望谷歌專家或有經驗的人能幫助我解決這個問題。謝謝。gitignore爲App引擎連接的Android項目

回答

0

只要涉及.gitignore文件,您可以使用GitHub gitignore project來獲得一個。

例如見Android.gitignore

但是,您也可以考慮添加一個.gitattributes file,以管理和控制行結束標準化。

參見例如this .gitattributes file

+0

謝謝。我會看看。 – learner

+0

這些鏈接非常通用。沒有什麼特別的應用引擎連接Android項目 – learner

+0

@learner這將是因爲沒有太多可以忽略。當你看到像https://github.com/GoogleCloudPlatform/appengine-endpoints-helloendpoints-android這樣的實際的App-engine連接的android項目時,它的'.gitignore'甚至比我建議的更短:https:// github的.com/GoogleCloudPlatform /應用服務引擎的端點-helloendpoints-機器人/斑點/主/的.gitignore – VonC

相關問題