forked from DOI-USGS/lake-temperature-model-prep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (96 loc) · 2.14 KB
/
.gitignore
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Targets files
_targets
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
.Rproj.user/
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr and R markdown default cache directories
/*_cache/
/cache/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/
.Rproj.user
.remake/
**.nc
**.nc.ind
**_tasks.yml
1_crosswalk_fetch/in/*.zip
1_crosswalk_fetch/in/*.csv
1_crosswalk_fetch/out/always_stale_time.txt
3_params_fetch/out/*.zip
3_params_fetch/in/*.zip
3_params_fetch/in/*.csv
3_params_fetch/out/*.csv
6_drivers/log/feather/*.feather.ind
7_drivers_munge/out/*.png
7_drivers_munge/out/*.csv
7_drivers_munge/out/*.csv.ind
6_drivers/log/feather/cellgroup*.yml
8_viz/in/*.csv
# Data files
*.rds
*.Rds
*.feather
*.Feather
*.shp
*.shx
*.dbf
*.prj
*.xml
*.xlsx
*.Rdata
# "in" cooperator data
/6_temp_coop_fetch/in/*
!/6_temp_coop_fetch/in/*.ind
!/6_temp_coop_fetch/in/*.placeholder
# downloaded LTER data
6_temp_coop_fetch/downloads/*.csv
7_drivers_munge/mendota_out/*
7_drivers_munge/sparkling_out/*
6_drivers/in/*.csv
6_drivers/log/feather/box_*
!6_drivers/in/*.rds
# tmp wqp indicators
6_temp_wqp_fetch/tmp/*
# tmp coop munged files/indicators
7a_temp_coop_munge/tmp/*
build/status/N2FfdGVtcF9jb29wX211bmdlL3RtcC9*
# box_{n}_cellgroup_time...files:
build/status/Nl9kcml2ZXJzL2xvZy9mZWF0aGVyL2JveF8*
!7a_temp_coop_munge/tmp/parser_files.yml
# tmp wqp munge indicators
7a_temp_wqp_munge/tmp/*
# ignore bathy downloads
3_params_fetch/in/hypsos_m/*
# ignore html files
*.html
# ignore source metdata csv
7b_temp_merge/in/source_metadata.csv
7b_temp_merge/out/source_metadata_for_release.csv
# Ignore GCM pipeline intermediate files
7_drivers_munge/tmp/*
!7_drivers_munge/tmp/.empty
# Files used for running on HPC
gcm_sing.out
*.sif
tmp/*
# Git ignore any secrets files (used to store GD credentials
# so that `sc_retrieve()` can be called on Caldera)
.secrets/*