generated from muhwyndhamhp/gotes-mx
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.dockerignore
executable file
·324 lines (253 loc) · 11.8 KB
/
.dockerignore
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
# flyctl launch added from .gitignore
**/.vscode
**/vendor
**/.env
**/tmp
**/postgres
**/node_modules
**/.pnpm-store
**/.idea
# flyctl launch added from .idea/.gitignore
# Default ignored files
.idea/shelf
.idea/workspace.xml
# Editor-based HTTP Client requests
.idea/httpRequests
# Datasource local storage ignored files
.idea/dataSources
.idea/dataSources.local.xml
# flyctl launch added from vendor/github.com/alecthomas/chroma/v2/.gitignore
# Binaries for programs and plugins
vendor/github.com/alecthomas/chroma/v2/**/*.exe
vendor/github.com/alecthomas/chroma/v2/**/*.dll
vendor/github.com/alecthomas/chroma/v2/**/*.so
vendor/github.com/alecthomas/chroma/v2/**/*.dylib
vendor/github.com/alecthomas/chroma/v2/cmd/chroma/chroma
# Test binary, build with `go test -c`
vendor/github.com/alecthomas/chroma/v2/**/*.test
# Output of the go coverage tool, specifically when used with LiteIDE
vendor/github.com/alecthomas/chroma/v2/**/*.out
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
vendor/github.com/alecthomas/chroma/v2/**/.glide
vendor/github.com/alecthomas/chroma/v2/**/_models
vendor/github.com/alecthomas/chroma/v2/**/_examples
# flyctl launch added from vendor/github.com/apsystole/log/.gitignore
# Binaries for programs and plugins
vendor/github.com/apsystole/log/**/*.exe
vendor/github.com/apsystole/log/**/*.exe~
vendor/github.com/apsystole/log/**/*.dll
vendor/github.com/apsystole/log/**/*.so
vendor/github.com/apsystole/log/**/*.dylib
# Test binary, built with `go test -c`
vendor/github.com/apsystole/log/**/*.test
# Output of the go coverage tool, specifically when used with LiteIDE
vendor/github.com/apsystole/log/**/*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# flyctl launch added from vendor/github.com/dlclark/regexp2/.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
vendor/github.com/dlclark/regexp2/**/*.o
vendor/github.com/dlclark/regexp2/**/*.a
vendor/github.com/dlclark/regexp2/**/*.so
# Folders
vendor/github.com/dlclark/regexp2/**/_obj
vendor/github.com/dlclark/regexp2/**/_test
# Architecture specific extensions/prefixes
vendor/github.com/dlclark/regexp2/**/*.[568vq]
vendor/github.com/dlclark/regexp2/**/[568vq].out
vendor/github.com/dlclark/regexp2/**/*.cgo1.go
vendor/github.com/dlclark/regexp2/**/*.cgo2.c
vendor/github.com/dlclark/regexp2/**/_cgo_defun.c
vendor/github.com/dlclark/regexp2/**/_cgo_gotypes.go
vendor/github.com/dlclark/regexp2/**/_cgo_export.*
vendor/github.com/dlclark/regexp2/**/_testmain.go
vendor/github.com/dlclark/regexp2/**/*.exe
vendor/github.com/dlclark/regexp2/**/*.test
vendor/github.com/dlclark/regexp2/**/*.prof
vendor/github.com/dlclark/regexp2/**/*.out
vendor/github.com/dlclark/regexp2/**/.DS_Store
# flyctl launch added from vendor/github.com/go-playground/locales/.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
vendor/github.com/go-playground/locales/**/*.o
vendor/github.com/go-playground/locales/**/*.a
vendor/github.com/go-playground/locales/**/*.so
# Folders
vendor/github.com/go-playground/locales/**/_obj
vendor/github.com/go-playground/locales/**/_test
# Architecture specific extensions/prefixes
vendor/github.com/go-playground/locales/**/*.[568vq]
vendor/github.com/go-playground/locales/**/[568vq].out
vendor/github.com/go-playground/locales/**/*.cgo1.go
vendor/github.com/go-playground/locales/**/*.cgo2.c
vendor/github.com/go-playground/locales/**/_cgo_defun.c
vendor/github.com/go-playground/locales/**/_cgo_gotypes.go
vendor/github.com/go-playground/locales/**/_cgo_export.*
vendor/github.com/go-playground/locales/**/_testmain.go
vendor/github.com/go-playground/locales/**/*.exe
vendor/github.com/go-playground/locales/**/*.test
vendor/github.com/go-playground/locales/**/*.prof
# flyctl launch added from vendor/github.com/go-playground/universal-translator/.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
vendor/github.com/go-playground/universal-translator/**/*.o
vendor/github.com/go-playground/universal-translator/**/*.a
vendor/github.com/go-playground/universal-translator/**/*.so
# Folders
vendor/github.com/go-playground/universal-translator/**/_obj
vendor/github.com/go-playground/universal-translator/**/_test
# Architecture specific extensions/prefixes
vendor/github.com/go-playground/universal-translator/**/*.[568vq]
vendor/github.com/go-playground/universal-translator/**/[568vq].out
vendor/github.com/go-playground/universal-translator/**/*.cgo1.go
vendor/github.com/go-playground/universal-translator/**/*.cgo2.c
vendor/github.com/go-playground/universal-translator/**/_cgo_defun.c
vendor/github.com/go-playground/universal-translator/**/_cgo_gotypes.go
vendor/github.com/go-playground/universal-translator/**/_cgo_export.*
vendor/github.com/go-playground/universal-translator/**/_testmain.go
vendor/github.com/go-playground/universal-translator/**/*.exe
vendor/github.com/go-playground/universal-translator/**/*.test
vendor/github.com/go-playground/universal-translator/**/*.prof
vendor/github.com/go-playground/universal-translator/**/*.coverprofile
# flyctl launch added from vendor/github.com/go-playground/validator/v10/.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
vendor/github.com/go-playground/validator/v10/**/*.o
vendor/github.com/go-playground/validator/v10/**/*.a
vendor/github.com/go-playground/validator/v10/**/*.so
# Folders
vendor/github.com/go-playground/validator/v10/**/_obj
vendor/github.com/go-playground/validator/v10/**/_test
vendor/github.com/go-playground/validator/v10/**/bin
# Architecture specific extensions/prefixes
vendor/github.com/go-playground/validator/v10/**/*.[568vq]
vendor/github.com/go-playground/validator/v10/**/[568vq].out
vendor/github.com/go-playground/validator/v10/**/*.cgo1.go
vendor/github.com/go-playground/validator/v10/**/*.cgo2.c
vendor/github.com/go-playground/validator/v10/**/_cgo_defun.c
vendor/github.com/go-playground/validator/v10/**/_cgo_gotypes.go
vendor/github.com/go-playground/validator/v10/**/_cgo_export.*
vendor/github.com/go-playground/validator/v10/**/_testmain.go
vendor/github.com/go-playground/validator/v10/**/*.exe
vendor/github.com/go-playground/validator/v10/**/*.test
vendor/github.com/go-playground/validator/v10/**/*.prof
vendor/github.com/go-playground/validator/v10/**/*.test
vendor/github.com/go-playground/validator/v10/**/*.out
vendor/github.com/go-playground/validator/v10/**/*.txt
vendor/github.com/go-playground/validator/v10/**/*.DS_Store
vendor/github.com/go-playground/validator/v10/**/cover.html
vendor/github.com/go-playground/validator/v10/**/README.html
vendor/github.com/go-playground/validator/v10/**/.idea
# flyctl launch added from vendor/github.com/golang-jwt/jwt/.gitignore
vendor/github.com/golang-jwt/jwt/**/.DS_Store
vendor/github.com/golang-jwt/jwt/**/bin
vendor/github.com/golang-jwt/jwt/**/.idea
# flyctl launch added from vendor/github.com/golang-jwt/jwt/v5/.gitignore
vendor/github.com/golang-jwt/jwt/v5/**/.DS_Store
vendor/github.com/golang-jwt/jwt/v5/**/bin
vendor/github.com/golang-jwt/jwt/v5/**/.idea
# flyctl launch added from vendor/github.com/jackc/pgx/v5/.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
vendor/github.com/jackc/pgx/v5/**/*.o
vendor/github.com/jackc/pgx/v5/**/*.a
vendor/github.com/jackc/pgx/v5/**/*.so
# Folders
vendor/github.com/jackc/pgx/v5/**/_obj
vendor/github.com/jackc/pgx/v5/**/_test
# Architecture specific extensions/prefixes
vendor/github.com/jackc/pgx/v5/**/*.[568vq]
vendor/github.com/jackc/pgx/v5/**/[568vq].out
vendor/github.com/jackc/pgx/v5/**/*.cgo1.go
vendor/github.com/jackc/pgx/v5/**/*.cgo2.c
vendor/github.com/jackc/pgx/v5/**/_cgo_defun.c
vendor/github.com/jackc/pgx/v5/**/_cgo_gotypes.go
vendor/github.com/jackc/pgx/v5/**/_cgo_export.*
vendor/github.com/jackc/pgx/v5/**/_testmain.go
vendor/github.com/jackc/pgx/v5/**/*.exe
vendor/github.com/jackc/pgx/v5/**/.envrc
vendor/github.com/jackc/pgx/v5/.testdb
vendor/github.com/jackc/pgx/v5/**/.DS_Store
# flyctl launch added from vendor/github.com/joho/godotenv/.gitignore
vendor/github.com/joho/godotenv/**/.DS_Store
# flyctl launch added from vendor/github.com/labstack/echo/v4/.gitignore
vendor/github.com/labstack/echo/v4/**/.DS_Store
vendor/github.com/labstack/echo/v4/**/coverage.txt
vendor/github.com/labstack/echo/v4/**/_test
vendor/github.com/labstack/echo/v4/**/vendor
vendor/github.com/labstack/echo/v4/**/.idea
vendor/github.com/labstack/echo/v4/**/*.iml
vendor/github.com/labstack/echo/v4/**/*.out
vendor/github.com/labstack/echo/v4/**/.vscode
# flyctl launch added from vendor/github.com/leodido/go-urn/.gitignore
vendor/github.com/leodido/go-urn/**/*.exe
vendor/github.com/leodido/go-urn/**/*.dll
vendor/github.com/leodido/go-urn/**/*.so
vendor/github.com/leodido/go-urn/**/*.dylib
vendor/github.com/leodido/go-urn/**/*.test
vendor/github.com/leodido/go-urn/**/*.out
vendor/github.com/leodido/go-urn/**/*.txt
vendor/github.com/leodido/go-urn/**/vendor
vendor/github.com/leodido/go-urn/removecomments
# flyctl launch added from vendor/github.com/pkg/errors/.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
vendor/github.com/pkg/errors/**/*.o
vendor/github.com/pkg/errors/**/*.a
vendor/github.com/pkg/errors/**/*.so
# Folders
vendor/github.com/pkg/errors/**/_obj
vendor/github.com/pkg/errors/**/_test
# Architecture specific extensions/prefixes
vendor/github.com/pkg/errors/**/*.[568vq]
vendor/github.com/pkg/errors/**/[568vq].out
vendor/github.com/pkg/errors/**/*.cgo1.go
vendor/github.com/pkg/errors/**/*.cgo2.c
vendor/github.com/pkg/errors/**/_cgo_defun.c
vendor/github.com/pkg/errors/**/_cgo_gotypes.go
vendor/github.com/pkg/errors/**/_cgo_export.*
vendor/github.com/pkg/errors/**/_testmain.go
vendor/github.com/pkg/errors/**/*.exe
vendor/github.com/pkg/errors/**/*.test
vendor/github.com/pkg/errors/**/*.prof
# flyctl launch added from vendor/github.com/yuin/goldmark/.gitignore
# Binaries for programs and plugins
vendor/github.com/yuin/goldmark/**/*.exe
vendor/github.com/yuin/goldmark/**/*.exe~
vendor/github.com/yuin/goldmark/**/*.dll
vendor/github.com/yuin/goldmark/**/*.so
vendor/github.com/yuin/goldmark/**/*.dylib
# Test binary, build with `go test -c`
vendor/github.com/yuin/goldmark/**/*.test
vendor/github.com/yuin/goldmark/**/*.pprof
# Output of the go coverage tool, specifically when used with LiteIDE
vendor/github.com/yuin/goldmark/**/*.out
vendor/github.com/yuin/goldmark/**/.DS_Store
vendor/github.com/yuin/goldmark/**/fuzz/corpus
vendor/github.com/yuin/goldmark/**/fuzz/crashers
vendor/github.com/yuin/goldmark/**/fuzz/suppressions
vendor/github.com/yuin/goldmark/**/fuzz/fuzz-fuzz.zip
# flyctl launch added from vendor/github.com/yuin/goldmark-highlighting/v2/.gitignore
# Binaries for programs and plugins
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.exe
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.exe~
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.dll
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.so
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.dylib
# Test binary, build with `go test -c`
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.test
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.pprof
# Output of the go coverage tool, specifically when used with LiteIDE
vendor/github.com/yuin/goldmark-highlighting/v2/**/*.out
# flyctl launch added from vendor/golang.org/x/net/http2/.gitignore
vendor/golang.org/x/net/http2/**/*~
vendor/golang.org/x/net/http2/**/h2i/h2i
# flyctl launch added from vendor/golang.org/x/sys/unix/.gitignore
vendor/golang.org/x/sys/unix/**/_obj
vendor/golang.org/x/sys/unix/**/unix.test
# flyctl launch added from vendor/gorm.io/driver/postgres/.gitignore
vendor/gorm.io/driver/postgres/**/.idea
# flyctl launch added from vendor/gorm.io/gorm/.gitignore
vendor/gorm.io/gorm/**/TODO*
vendor/gorm.io/gorm/**/documents
vendor/gorm.io/gorm/**/coverage.txt
vendor/gorm.io/gorm/**/_book
vendor/gorm.io/gorm/**/.idea
vendor/gorm.io/gorm/**/vendor
vendor/gorm.io/gorm/**/.vscode
fly.toml