gouf
8/19/2014 - 3:13 PM

言語ごとの .gitignore テンプレートを返してくれるコマンド(関数) Ref: http://www.gitignore.io/

言語ごとの .gitignore テンプレートを返してくれるコマンド(関数) Ref: http://www.gitignore.io/

# Git Ignore Request
function gi() { curl http://www.gitignore.io/api/$@ ;}