言語ごとの .gitignore テンプレートを返してくれるコマンド(関数) Ref: http://www.gitignore.io/
# Git Ignore Request function gi() { curl http://www.gitignore.io/api/$@ ;}