-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
146 lines (125 loc) · 1.48 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Files and folders to exclude from github
# (originally from Jane)
# R projects
.Rproj
.Rproj.user
.Rhistory
.RData
.Ruserdata
*extra_docs
#*2023/clean
#*2023/tmb
#previous folders already uploaded
extra_docs
2021
2022
2023
#*2023/clean
#*2023/tmb
#new folders that won't be uploaded
*2024/alt_models_september
*2024/dev
*2024/safe
*2024/safe_dev
*2024/sept_pt
*2024/nov_pt
*2024/base/figs
*2024/base/mcmc
*2024/base/tables
*2024/base/processed
*2024/data/raw
*2024/m22.5a/apport/_btsobs_apportionment_beta
# single files to exclude
2024/data/user_input/non_comm_catch.csv
# usernames and passwords for db connections
database.csv
# confidential fishery dependent data
*confidential*
# any temporary or to delete files
*tmp*
*delete*
*temp*
# old assessment archive
archive
# other rockfish photos for presentations
photos
# safe documents
safe
# ADMB files
.b0
*.bar
*.cov
*.dep
*.hes
*.tmp
*.log
*.bar
*.cor
*.cout
*.cpp
*.ecm
*.eva
*.exe
*.hst
*.htp
*.mc2
*.mcm
*.obj
*.p01
#*.par
*.psv
#*.rep
*.std
*.out
*.ps
dgs2
diags
*.b0*
*.p0*
*.r0*
*.prf
*.r02
*.plt
*.pin
*.obj
*.htp
gradient.*
*_in.ctl
*_in.dat
# Added for MCMC runs
adaptation.csv
# *xx* means finding those words
*ppl.csv*
unbounded.csv
init.pin
variance
sims
# other file types we don't want to track
*.xlsx
*.xlsm
*.docx
*.pptx
*.png
*.Rdata
*.html
# Windows thumbnail cache files
Thumbs.db
# Latex files
*.aux
*.fdb_latexmk
*.fls
*.out
*.nav
*.toc
*.snm
*.vrb
*.tex.bak
*.bak
auto/
*.Ink
#tmb
*.o
*.dll
#vast
*.RDS
*.RDATA