最近、gitを使うAndroiderが増えてきているようなので書いてみる 以前、twitterで@zaki50さんと話してた内容をまとめる感じで GitHubで公開されてるものを.gitignoreの雛形として使います github/gitignore ※基本的に、Eclipseでの設定を想定しています。その他の環境でも、考え方としては同じようになると思います ※ツッコミ等あったら優しくツッコんでくださいね☆Global Ignores git has a global configuration that applies rules to all of your projects. For example: git config --global core.excludesfile ~/.global_ignore ... will apply the rules in ~/.globa