forked from kubernetes-sigs/cluster-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockerignore
56 lines (49 loc) · 1006 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
47
48
49
50
51
52
53
54
55
56
.git
.github
.vscode
bin/
**/*.yaml
hack/
docs/
logos/
scripts/
**/*.md
tilt-settings.json
tilt-settings.yaml
tilt.d/
Tiltfile
**/.tiltbuild
**/config/**/*.yaml
**/config/**/*.yaml-e
_artifacts
Makefile
**/Makefile
# We need the following yaml files while building clusterctl in the container
!cmd/clusterctl/config/manifest/clusterctl-api.yaml
!cmd/clusterctl/client/cluster/assets/cert-manager-test-resources.yaml
# ignores changes to test-only code to avoid extra rebuilds
test/e2e/**
test/framework/**
test/infrastructure/docker/e2e/**
.dockerignore
# We want to ignore any frequently modified files to avoid cache-busting the COPY ./ ./
# Binaries for programs and plugins
**/*.exe
**/*.dll
**/*.so
**/*.dylib
cmd/clusterctl/clusterctl/**
**/bin/**
**/out/**
# go.work files
go.work
go.work.sum
# Test binary, build with `go test -c`
**/*.test
# Output of the go coverage tool, specifically when used with LiteIDE
**/*.out
# Common editor / temporary files
**/*~
**/*.tmp
**/.DS_Store
**/*.swp