forked from emissary-ingress/emissary
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
150 lines (133 loc) · 2.43 KB
/
.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Docker build pin files
docker/*.pin
*.pyc
*~
.cache
.coverage
.dmypy
.dmypy.json
.python-version
.DS_Store
.skip_test_warning
venv
.venv
__pycache__
.pytest_cache
.mypy_cache
.envrc
# local files
*.local
*.local.sh
# binaries
/bin
/bin_*/
/charts/docgen
# helm chart
charts/emissary-ingress/ci/tests/values
charts/emissary-ingress/artifacts
charts/emissary-ingress/k3dconfig
charts/yq
vendor_bootstrap_hack.go
/tools/sandbox/grpc_auth/docker-compose.yml
/tools/sandbox/grpc_web/docker-compose.yaml
/tools/sandbox/http_auth/docker-compose.yml
/docker/images.sh
/docker/images.tar
/docker/volume.tar
/docker/container.txt
/docker/container.txt.stamp
*.docker
*.docker.stamp
*.docker.tag.*
*.docker.push.*
*.egg-info
/build
/python/build
dist
# kubeapply
*.yaml.o
# misc
*.out
*.log
*.tmp
*.bak
*.orig
*.rej
log.txt
# From `make update-aws`
/stable.txt
/app.json
docs/_book
docs/_site
docs/Gemfile.lock
docs/node_modules
package-lock.json
.netlify
node_modules
unused-e2e
.forge
forge.yaml
# Editor nonsense
.vscode
.idea
*.iml
tags
# Test outputs
no-such-file
envoy.json
intermediate.json
gold.no_yaml.json
v1.json
check-*.json
stats.json
ambassador-deployment-*.yaml
ambassador-secrets-deployment.yaml
*failures.txt
*.swp
.ambassador_ignore_ingress_class
/test-chart-values.yaml
# `.coverage.HOSTNAME.PID.NNN` - I'm not sure what causes these to get written, but `make pytest-kat` does it
.coverage.*.*.*
# --- Files ignored by older versions ---
# Remove the tail of this list when the commit making the change gets
# far enough in to the past.
# 2020-08-20
/cxx/envoy/
/cxx/envoy-static
/cxx/envoy-build-image.txt
/cxx/envoy-build-container.txt
/cxx/go-control-plane/
# 2019-10-13
/build/kat/client/kat_client
/build/kat/client/teleproxy
/build/kat/server/kat-server
# 2019-10-13
/.docker_port_forward
# 2019-10-13
/cluster.yaml
/kubernaut-claim.txt
# 2019-10-13
/ambex
/kubestatus
/watt
/cmd/ambex/ambex
# 2019-10-11
/envoy-src/
/envoy-bin/
/envoy-build-image.txt
/envoy-build-container.txt
# 2019-10-08
/kat-sandbox/grpc_auth/docker-compose.yml
/kat-sandbox/grpc_web/*_pb.js
/kat-sandbox/grpc_web/docker-compose.yaml
/kat-sandbox/http_auth/docker-compose.yml
/kat-server-docker-image/kat-server
/kat/docs/**/_build
/unused-e2e/**/ambassador-deployment-mounts.yaml
/unused-e2e/**/ambassador-deployment.yaml
/unused-e2e/**/kubernaut
/unused-e2e/*/k8s/ambassador-deployment*.yaml
# 2019-06-14
/envoy/
# 2019-04-05 0388efe75c16540c71223320596accbbe3fe6ac2
/kat/kat/client