-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (35 loc) · 832 Bytes
/
.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
##### TYPICAL R GITIGNORE ITEMS #####
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
# User-specific files
.Ruserdata
# RStudio files
.Rproj.user/
# R Environment Variables
.Renviron
##### CURRENT PIPELINE ITEMS TO GITIGNORE #####
# Ignore build artifacts
_targets/*
*/tmp/*
*/out/*
1_Download/out_nwis/*
1_Download/out_nhdplus/*
# But allow folder structure to be commited
# with a placeholder file
!*/tmp/.placeholder
!*/out/.placeholder
!1_Download/out_nwis/.placeholder
!1_Download/out_nhdplus/.placeholder
##### PRE-PROPOSAL ITEMS TO GITIGNORE #####
# Ignore python build cache
0_Explore/lstm_modeling/__pycache__
# Ignore pipeline output files
0_Explore/_targets/*
0_Explore/1_fetch/tmp/*
0_Explore/1_fetch/out/*
0_Explore/2_process/out/*
0_Explore/3_visualize/out/*
!0_Explore/*.placeholder