-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy path.dockerignore
411 lines (254 loc) · 6.82 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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
# flyctl launch added from .gitignore
**/product.md
**/raydium.json
**/*.csv
**/.ipynb_checkpoints
**/__pycache__
**/instance
**/.vscode
**/*.log
**/.env
**/*.json
**/out.stacks
**/flame-graph.html
**/flamegraph.svg
**/data
**/target
**/.vercel
# flyctl launch added from frontend/.gitignore
# Logs
frontend/**/logs
frontend/**/*.log
frontend/**/npm-debug.log*
frontend/**/yarn-debug.log*
frontend/**/yarn-error.log*
frontend/**/pnpm-debug.log*
frontend/**/lerna-debug.log*
frontend/**/node_modules
frontend/**/dist
frontend/**/dist-ssr
frontend/**/*.local
# Editor directories and files
frontend/**/.vscode/*
!frontend/**/.vscode/extensions.json
frontend/**/.idea
frontend/**/.DS_Store
frontend/**/*.suo
frontend/**/*.ntvs*
frontend/**/*.njsproj
frontend/**/*.sln
frontend/**/*.sw?
# flyctl launch added from frontend/dist/.gitignore
frontend/dist/**/.vercel
# flyctl launch added from frontend/node_modules/tailwindcss/stubs/.gitignore
!frontend/node_modules/tailwindcss/stubs/**/*
# flyctl launch added from pump-ts/.gitignore
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
# Logs
pump-ts/**/logs
pump-ts/**/_.log
pump-ts/**/npm-debug.log_
pump-ts/**/yarn-debug.log*
pump-ts/**/yarn-error.log*
pump-ts/**/lerna-debug.log*
pump-ts/**/.pnpm-debug.log*
# Caches
pump-ts/**/.cache
# Diagnostic reports (https://nodejs.org/api/report.html)
pump-ts/**/report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# Runtime data
pump-ts/**/pids
pump-ts/**/_.pid
pump-ts/**/_.seed
pump-ts/**/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
pump-ts/**/lib-cov
# Coverage directory used by tools like istanbul
pump-ts/**/coverage
pump-ts/**/*.lcov
# nyc test coverage
pump-ts/**/.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
pump-ts/**/.grunt
# Bower dependency directory (https://bower.io/)
pump-ts/**/bower_components
# node-waf configuration
pump-ts/**/.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
pump-ts/**/build/Release
# Dependency directories
pump-ts/**/node_modules
pump-ts/**/jspm_packages
# Snowpack dependency directory (https://snowpack.dev/)
pump-ts/**/web_modules
# TypeScript cache
pump-ts/**/*.tsbuildinfo
# Optional npm cache directory
pump-ts/**/.npm
# Optional eslint cache
pump-ts/**/.eslintcache
# Optional stylelint cache
pump-ts/**/.stylelintcache
# Microbundle cache
pump-ts/**/.rpt2_cache
pump-ts/**/.rts2_cache_cjs
pump-ts/**/.rts2_cache_es
pump-ts/**/.rts2_cache_umd
# Optional REPL history
pump-ts/**/.node_repl_history
# Output of 'npm pack'
pump-ts/**/*.tgz
# Yarn Integrity file
pump-ts/**/.yarn-integrity
# dotenv environment variable files
pump-ts/**/.env
pump-ts/**/.env.development.local
pump-ts/**/.env.test.local
pump-ts/**/.env.production.local
pump-ts/**/.env.local
# parcel-bundler cache (https://parceljs.org/)
pump-ts/**/.parcel-cache
# Next.js build output
pump-ts/**/.next
pump-ts/**/out
# Nuxt.js build / generate output
pump-ts/**/.nuxt
pump-ts/**/dist
# Gatsby files
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
pump-ts/**/.vuepress/dist
# vuepress v2.x temp and cache directory
pump-ts/**/.temp
# Docusaurus cache and generated files
pump-ts/**/.docusaurus
# Serverless directories
pump-ts/**/.serverless
# FuseBox cache
pump-ts/**/.fusebox
# DynamoDB Local files
pump-ts/**/.dynamodb
# TernJS port file
pump-ts/**/.tern-port
# Stores VSCode versions used for testing VSCode extensions
pump-ts/**/.vscode-test
# yarn v2
pump-ts/**/.yarn/cache
pump-ts/**/.yarn/unplugged
pump-ts/**/.yarn/build-state.yml
pump-ts/**/.yarn/install-state.gz
pump-ts/**/.pnp.*
# IntelliJ based IDEs
pump-ts/**/.idea
# Finder (MacOS) folder config
pump-ts/**/.DS_Store
# flyctl launch added from ts-sdk/.gitignore
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
# Logs
ts-sdk/**/logs
ts-sdk/**/_.log
ts-sdk/**/npm-debug.log_
ts-sdk/**/yarn-debug.log*
ts-sdk/**/yarn-error.log*
ts-sdk/**/lerna-debug.log*
ts-sdk/**/.pnpm-debug.log*
# Caches
ts-sdk/**/.cache
# Diagnostic reports (https://nodejs.org/api/report.html)
ts-sdk/**/report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# Runtime data
ts-sdk/**/pids
ts-sdk/**/_.pid
ts-sdk/**/_.seed
ts-sdk/**/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
ts-sdk/**/lib-cov
# Coverage directory used by tools like istanbul
ts-sdk/**/coverage
ts-sdk/**/*.lcov
# nyc test coverage
ts-sdk/**/.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
ts-sdk/**/.grunt
# Bower dependency directory (https://bower.io/)
ts-sdk/**/bower_components
# node-waf configuration
ts-sdk/**/.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
ts-sdk/**/build/Release
# Dependency directories
ts-sdk/**/node_modules
ts-sdk/**/jspm_packages
# Snowpack dependency directory (https://snowpack.dev/)
ts-sdk/**/web_modules
# TypeScript cache
ts-sdk/**/*.tsbuildinfo
# Optional npm cache directory
ts-sdk/**/.npm
# Optional eslint cache
ts-sdk/**/.eslintcache
# Optional stylelint cache
ts-sdk/**/.stylelintcache
# Microbundle cache
ts-sdk/**/.rpt2_cache
ts-sdk/**/.rts2_cache_cjs
ts-sdk/**/.rts2_cache_es
ts-sdk/**/.rts2_cache_umd
# Optional REPL history
ts-sdk/**/.node_repl_history
# Output of 'npm pack'
ts-sdk/**/*.tgz
# Yarn Integrity file
ts-sdk/**/.yarn-integrity
# dotenv environment variable files
ts-sdk/**/.env
ts-sdk/**/.env.development.local
ts-sdk/**/.env.test.local
ts-sdk/**/.env.production.local
ts-sdk/**/.env.local
# parcel-bundler cache (https://parceljs.org/)
ts-sdk/**/.parcel-cache
# Next.js build output
ts-sdk/**/.next
ts-sdk/**/out
# Nuxt.js build / generate output
ts-sdk/**/.nuxt
ts-sdk/**/dist
# Gatsby files
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
ts-sdk/**/.vuepress/dist
# vuepress v2.x temp and cache directory
ts-sdk/**/.temp
# Docusaurus cache and generated files
ts-sdk/**/.docusaurus
# Serverless directories
ts-sdk/**/.serverless
# FuseBox cache
ts-sdk/**/.fusebox
# DynamoDB Local files
ts-sdk/**/.dynamodb
# TernJS port file
ts-sdk/**/.tern-port
# Stores VSCode versions used for testing VSCode extensions
ts-sdk/**/.vscode-test
# yarn v2
ts-sdk/**/.yarn/cache
ts-sdk/**/.yarn/unplugged
ts-sdk/**/.yarn/build-state.yml
ts-sdk/**/.yarn/install-state.gz
ts-sdk/**/.pnp.*
# IntelliJ based IDEs
ts-sdk/**/.idea
# Finder (MacOS) folder config
ts-sdk/**/.DS_Store
# flyctl launch added from txlisten/.gitignore
txlisten/**/*.json
# flyctl launch added from watcher/.pytest_cache/.gitignore
# Created by pytest automatically.
watcher/.pytest_cache/**/*
fly.toml