This follows up from #315
We currently save a summarized version of the data.frame returned by allcontributors.
We may want to save the original raw data but it'll change every week and add a lot of unnecessary noise if saved in this git repo.
Some options are:
- save the full output in etstats, where we care less about commit noise and repo size
- save the full output outside of git, in a google spreadsheet or similar.