forked from emissary-ingress/emissary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
114 lines (100 loc) · 1.78 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
*.pyc
*~
.cache
.coverage
.dmypy
.dmypy.json
.python-version
.DS_Store
.skip_test_warning
venv
__pycache__
.pytest_cache
.mypy_cache
# binaries
/bin_*/
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
*.docker.stamp
*.docker.tag.*
*.docker.push.*
*.egg-info
build
dist
*.out
*.log
*.tmp
*.bak
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
/vendor/
.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
# --- Files ignored by older versions ---
# Remove the tail of this list when the commit making the change gets
# far enough in to the past.
# 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