.gitignore ファイルをカンタンに生成するサービス gitignore.io が便利なのでご紹介します。
今まで、どういうファイルを .gitignore に追加して、コミットしないようにすべきか、いちいち検索して調べてました。
例えば、Android や iOS アプリ開発用の .gitignore は下記のような感じでしょうか。
.gitignore for Android Development
curl http://gitignore.io/api/windows,linux,osx,eclipse,android > .gitignore
.gitignore for iOS Development
curl http://gitignore.io/api/osx,objective-c > .gitignore
以上、git add を快適にしたい現場からお送りしました。