作り方

https://github.com/github/gitignore

から使用する言語(XXX)を選択して以下のコマンドを実行すると完成

curl https://raw.githubusercontent.com/github/gitignore/master/XXX.gitignore -o .gitignore

Download

curl を使う

面倒なので curl でダウンロードして.gitignoreに保存する

Android

curl https://raw.githubusercontent.com/github/gitignore/master/Android.gitignore -o .gitignore

Node.js

curl https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore -o .gitignore

C++

curl https://raw.githubusercontent.com/github/gitignore/master/C%2B%2B.gitignore -o .gitignore

Swift

curl https://raw.githubusercontent.com/github/gitignore/master/Swift.gitignore -o .gitignore

Objective-C

curl https://raw.githubusercontent.com/github/gitignore/master/Objective-C.gitignore -o .gitignore

その他

以下を確認してあれば上記を参考にしてダウンロードする このサイトの .gitignore は CC0 のため何もせずに自由に使ってよい

https://github.com/github/gitignore