forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
46 lines (39 loc) · 812 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
43
44
45
46
# build specific
**/node_modules
.eslintcache
**/.coverage
**/coverage.report
__pycache__
**.log
**/user-config.yml
**/.nyc_output
# IDE stuff
.idea
.vscode
# top level files that should not be inside the container
cloudbuild.yaml
docker-compose*.yml
netlify.toml
generic-worker.Dockerfile
dev-config.yml
# top level folders that are not needed
# docker files specific to local development
docker
# dev docs
dev-docs
# ci config
taskcluster
test
artifacts
clients/client-rust/target
ui/build
dist
# generic worker artifacts
workers/generic-worker/generic-worker-*
workers/generic-worker/generic-worker
workers/generic-worker/testdata/Test*
tools/worker-runner/start-worker
tools/worker-runner/start-worker-*-*
tools/taskcluster-proxy/taskcluster-proxy
tools/taskcluster-proxy/target
tools/livelog/livelog