forked from gardener/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
80 lines (66 loc) · 1.69 KB
/
Copy path.dockerignore
File metadata and controls
80 lines (66 loc) · 1.69 KB
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
# Ignore everything
**
# include Yarn 4 configuration, releases and plugins
!.yarn/releases
!.yarn/plugins
!.yarn/versions
!.yarnrc.yml
!.pnp.cjs
!.pnp.loader.mjs
!yarn.config.cjs
# include root workspace
!package.json
!yarn.lock
# include workspace packages/logger
!packages/logger/package.json
!packages/logger/lib
!packages/logger/rollup.config.js
# include workspace packages/request
!packages/request/package.json
!packages/request/lib
!packages/request/rollup.config.js
# include workspace packages/polling-watcher
!packages/polling-watcher/package.json
!packages/polling-watcher/lib
!packages/polling-watcher/rollup.config.js
# include workspace packages/kube-config
!packages/kube-config/package.json
!packages/kube-config/lib
!packages/kube-config/rollup.config.js
# include workspace packages/kube-client
!packages/kube-client/package.json
!packages/kube-client/lib
!packages/kube-client/rollup.config.js
# include workspace packages/monitor
!packages/monitor/package.json
!packages/monitor/lib
!packages/monitor/rollup.config.js
# include workspace backend
!backend/package.json
!backend/server.js
!backend/lib
# include workspace frontend
!frontend/.browserslistrc
!frontend/.gitignore
!frontend/jsconfig.json
!frontend/package.json
!frontend/vite.config.js
!frontend/vitest.setup.js
!frontend/index.html
!frontend/public
!frontend/src
!frontend/vite/g-mdi-meta.js
# include workspace charts
!charts/package.json
!charts/_versions.tpl
!charts/gardener-dashboard
!charts/identity
# include workspace packages/test-utils
!packages/test-utils/package.json
!packages/test-utils/lib
!packages/test-utils/rollup.config.js
# include metadata files
!VERSION
!Dockerfile
# include hack/verify script
!hack/verify