initial commit
This commit is contained in:
parent
da5f110b58
commit
7660117c2c
5 changed files with 3708 additions and 235 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ignore .Rhistory
|
||||
.Rhistory
|
||||
data_download_time.Rda
|
||||
|
||||
#ignore python files
|
||||
figures_py/
|
||||
COVID.py
|
||||
|
||||
#ignore all the data files
|
||||
data/*
|
||||
|
||||
#ignore the figure files
|
||||
figures/*
|
||||
|
||||
#except the population one
|
||||
!data/co-est2020-alldata.csv
|
Loading…
Add table
Add a link
Reference in a new issue