Android+Eclipse用のgit設定を探していたら、便利なサイトを見つけたのでメモ。
.gitignore
様々なタイプのプロジェクトに必要な.gitignoreを集めているサイト
github/gitignore – GitHub A collection of useful .gitignore templates
gitignoreを集めたリポジトリ
とりあえずこれを使うことにしました。
# built application files *.apk *.ap_ # files for the dex VM *.dex # Java class files *.class # generated GUI files *R.java
66 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Continuing the Discussion