COVID/.gitignore
Ben Varick ad677e7e46
added example figure
Signed-off-by: Ben Varick <ben@dendroalsia.net>
2023-03-07 10:40:01 -08:00

19 lines
274 B
Plaintext

#ignore .Rhistory
.Rhistory
data_download_time.Rda
#ignore python files
figures_py/
COVID.py
#ignore all the data files
data/*
#except the population one
!data/co-est2020-alldata.csv
#ignore the figure files
figures/*
#except an example
!figures/select_active_cases.png