gitignoreを適用する
.gitignore
を追加
$ git rm -r --cached .
.gitignore
に書いたあとにキャッシュを消す
その後commit