[Git] Convenient Service gitignore.io for Easily Generating .gitignore Files
I’d like to introduce gitignore.io, a convenient service for easily generating .gitignore files.
Until now, I had to search and research which files to add to .gitignore to prevent them from being committed.
For example, .gitignore files for Android or iOS app development might look like this:
.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
That’s all from the Gemba for making git add more comfortable.