Lots of local artifacts got in before you ignored (e.g. `bin/`). Looks like you need to run `git ls-files -icz --exclude-standard | xargs -0 git rm --cached` and commit?
Lots of local artifacts got in before you ignored (e.g.
bin/).Looks like you need to run
git ls-files -icz --exclude-standard | xargs -0 git rm --cachedand commit?