-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitignore
58 lines (48 loc) · 928 Bytes
/
.gitignore
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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Built binaries
/dist/*
cmd/nexd/*
!cmd/nexd/*.go
cmd/nexctl/*
!cmd/nexctl/*.go
cmd/apiserver/*
!cmd/apiserver/*.go
# Ops files
*.pem
# misc
*.idea
.DS_Store
#tests
./tests/*.json
./tests/*.key
/*.key
!Containerfile.test
*.test
integration-tests/tmp/
internal/client/tmp/
# config
.env.*
coredns.yaml
.certs
kubeconfigs/
.auth-providers.yaml
# kustomization yaml
./deploy/nexodus-client/overlays/dev/kustomization.yaml
./deploy/nexodus-client/overlays/dev/node_selector.yaml
./deploy/nexodus-client/overlays/sample/kustomization.yaml
./deploy/nexodus-client/overlays/sample/node_selector.yaml
# Auto generated man pages
/contrib/man/*
*-envs.json
# site generated with mkdocs
site/
# scale test temp files
hack/e2e-scripts/kctool/kctool
hack/e2e-scripts/scale/nexd-init.sh