-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (31 loc) · 988 Bytes
/
.gitignore
File metadata and controls
32 lines (31 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.Rhistory
*.Rproj
.Rproj.user
.RData
# too big for github
inputData/lMorpho
# big files in Tony Olsen's script
/scripts/surgeDsn/olsenCode
# too big for github
surgeOverview.html
# ignore all .html lake reports
/scripts/lakeReports/*.html
# ignore .docx lake report comments
/scripts/lakeReports/*.docx
# ignore .pdf lake report clearance forms
/scripts/lakeReports/*.pdf
# ignore all .html lake design files. **/ matches any count of subdirectories
# https://stackoverflow.com/questions/6794717/git-ignore-certain-files-in-sub-directories-but-not-all
/scripts/lakeDsn/**/*.html
# ignore .pdf files in scripts/analysis
/scripts/analysis/*.pdf
Peer Nomination Award SuRGE.pdf
Peer Nomination Award SuRGE signed.pdf
# ignore recreated water levels .csv
/data/siteDescriptors/water_level/water_levels_combined.csv
# some output files
## dat_2025_01-16.RData, dat_2025_02-25.RData,....
## output/chem_fld_2025_01-16.RData, dat_2025_02-25.RData
output/dat*
output/chem_fld_*
output/all_obs_*