initial commit
This commit is contained in:
commit
07b5c13900
2 changed files with 414 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ignore .Rhistory
|
||||
.Rhistory
|
||||
|
||||
#ignore all the data files
|
||||
data/*
|
||||
|
||||
#ignore the figure files
|
||||
figures/*
|
||||
|
||||
#except an example
|
||||
!figures/Elwha/ElwhaDischarge_last_6_months.png
|
Loading…
Add table
Add a link
Reference in a new issue