forked from kubernetes-sigs/cluster-api-provider-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
49 lines (42 loc) · 783 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
.git
.github
.vscode
.gitignore
.golangci.yml
bin/
**/*.yaml
out/
docs/
packaging/
templates/
**/*.md
**/.tiltbuild
**/config/**/*.yaml
**/config/**/*.yaml-e
_artifacts
Makefile
**/Makefile
# add yaml files from internal/kubevip which are required for embedding.
!internal/kubevip/*.yaml
# ignores changes to test-only code to avoid extra rebuilds
test/e2e/**
# We want to ignore any frequently modified files to avoid cache-busting the COPY ./ ./
# Binaries for programs and plugins
**/*.exe
**/*.dll
**/*.so
**/*.dylib
**/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