forked from rossyndicate/poudre_sonde_network
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (47 loc) · 838 Bytes
/
.gitignore
File metadata and controls
50 lines (47 loc) · 838 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.Rproj.user
.Rhistory
.RData
.RDatatmp
.RDatatmp1
.Ruserdata
data
docs
data/
docs/
# remove the annoying Mac .DS_Store
.DS_Store
**.DS_Store
# files/folders to untrack for API pulls
*/apienv/
*/requirements.txt
creds/mWaterCreds.yml
creds/HydroVuCreds.yml
creds/CDWRCreds.yml
for_azure/creds/mWaterCreds.yml
for_azure/creds/HydroVuCreds.yml
src/mWater_collate/mWater_API.yml
# Scratch folder for Juan
scratch_juan/
scratch_juan
# Scratch folder for Kevin
scratch_kevin/
scratch_kevin
# reporting
scratch/reporting/PWQN_overview.html
# vs code
.vscode/
# targets folder
_targets/
# any figures
*.png
**/images/
#Sam testing script
scratch/sjs_scratch.Rmd
timelapse_data
#testing data for shiny app
shiny_ver_tool/data.zip
shiny_ver_tool/ver_tool_v1/data/
#ignore planning doc
operations/Planning_doc.Rmd
# Ignore all .docx files
*.docx