When I run `github-pages:commit`, and there already exists previously-deployed files on the `gh-pages` branch, they are not removed. Is this a design choice? I expected this to wipe the files and rebuild completely. I've run this a few times and the duplicate files in https://github.com/NathanJang/nathanjang.github.io/tree/9c2d576f0c301fae02bb83fff8613a9690c4ea09/assets is what happens. Maybe it we just to configure the `cp` command in more detail, maybe on this line? https://github.com/poetic/ember-cli-github-pages/blob/dd4498c1a38c50da8bcddac74fbe9c13ecfc05c0/lib/commands/commit.js#L50 Thanks!