COVID/.gitignore

19 lines
274 B
Plaintext
Raw Permalink Normal View History

2022-01-04 21:29:21 -08:00
#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
2022-01-04 21:29:21 -08:00
#ignore the figure files
figures/*
#except an example
!figures/select_active_cases.png