-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
42 lines (36 loc) · 1009 Bytes
/
.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
# flyctl launch added from .gitignore
**/target
**/.env
self_signed_certs
**/dist
# flyctl launch added from client/.gitignore
client/**/.turbo
client/**/node_modules
# flyctl launch added from client/apps/web/.gitignore
# Logs
client/apps/web/**/logs
client/apps/web/**/*.log
client/apps/web/**/npm-debug.log*
client/apps/web/**/yarn-debug.log*
client/apps/web/**/yarn-error.log*
client/apps/web/**/pnpm-debug.log*
client/apps/web/**/lerna-debug.log*
client/apps/web/**/node_modules
client/apps/web/**/dist
client/apps/web/**/dist-ssr
client/apps/web/**/*.local
# Editor directories and files
client/apps/web/**/.vscode/*
!client/apps/web/**/.vscode/extensions.json
client/apps/web/**/.idea
client/apps/web/**/.DS_Store
client/apps/web/**/*.suo
client/apps/web/**/*.ntvs*
client/apps/web/**/*.njsproj
client/apps/web/**/*.sln
client/apps/web/**/*.sw?
# flyctl launch added from client/node_modules/tailwindcss/stubs/.gitignore
!client/node_modules/tailwindcss/stubs/**/*
fly.toml
mookbark-kp.pem
*.tar