Git ignoreでゴミを消す。

怖いけどこれが一番簡単

$ git rm -r --cached .
$ git add apps/
$ git add .gitignore