-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.dockerignore
100 lines (78 loc) · 1.65 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
# flyctl launch added from .gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
#builds
**/**/dist
# dependencies
**/node_modules
**/.pnp
**/.pnp.js
# testing
**/coverage
# next.js
**/.next
**/out
**/build
# misc
**/.DS_Store
**/*.pem
# debug
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/.pnpm-debug.log*
# local env files
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
# idea
.idea
# flyctl launch added from .husky/_/.gitignore
.husky/_/**/*
# 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 apps/api/.gitignore
apps/api/**/src/generated
# flyctl launch added from out/full/.gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
#builds
out/full/**/**/dist
# dependencies
out/full/**/node_modules
out/full/**/.pnp
out/full/**/.pnp.js
# testing
out/full/**/coverage
# next.js
out/full/**/.next
out/full/**/out
out/full/**/build
# misc
out/full/**/.DS_Store
out/full/**/*.pem
# debug
out/full/**/npm-debug.log*
out/full/**/yarn-debug.log*
out/full/**/yarn-error.log*
out/full/**/.pnpm-debug.log*
# local env files
out/full/**/.env
out/full/**/.env.local
out/full/**/.env.development.local
out/full/**/.env.test.local
out/full/**/.env.production.local
# turbo
out/full/**/.turbo
# idea
out/full/.idea
# flyctl launch added from out/full/apps/api/.gitignore
out/full/apps/api/**/src/generated
fly.toml