.gitignore 201 B

123456789101112
  1. .Rproj.user
  2. .Rhistory
  3. .RData
  4. .Ruserdata
  5. # ignore raw CSV files.
  6. # for data see: https://eightthirtyfour.com/data
  7. # or download using `code/download_data.R`
  8. data/*.csv
  9. # don't track figures
  10. figures/*