forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (57 loc) · 1.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
# Eclipse artifacts
.project
.pydevproject
#Vagrant
tools/vagrant/.vagrant/
# Intellij
*.iml
.idea/
# Visual Studio Code
.vscode/
# Bazel
/bazel-*
# vi backups
*.bak
# python artifacts
*.pyc
# Vm setup generated files
cluster.env
kubedns
# pilot
pilot/pkg/kube/config
pilot/pkg/proxy/envoy/envoy
# lint
lintconfig.gen.json
.istiorc
.istiorc.mk
# codegen stuff
bin/protoc-gen-gogoslick*
bin/protoc-min-version*
bin/protoc-gen-docs*
# Install generated files
install/consul/istio.yaml
install/eureka/istio.yaml
install/kubernetes/addons/grafana.yaml
install/kubernetes/addons/prometheus.yaml
install/kubernetes/addons/servicegraph.yaml
install/kubernetes/addons/zipkin-to-stackdriver.yaml
install/kubernetes/addons/zipkin.yaml
install/kubernetes/istio-auth.yaml
install/kubernetes/istio-mixer-with-health-check.yaml
install/kubernetes/istio-mixer-validator.yaml
install/kubernetes/istio-ca-plugin-certs.yaml
install/kubernetes/istio-ca-with-health-check.yaml
install/kubernetes/istio-one-namespace-auth.yaml
install/kubernetes/istio-one-namespace.yaml
install/kubernetes/istio-sidecar-injector-configmap-debug.yaml
install/kubernetes/istio-sidecar-injector-configmap-release.yaml
install/kubernetes/istio-sidecar-injector.yaml
install/kubernetes/istio.yaml
samples/bookinfo/consul/bookinfo.sidecars.yaml
samples/bookinfo/eureka/bookinfo.sidecars.yaml
# Avoid accidental vendor changes
Gopkg.lock
Gopkg.toml
vendor
# Avoid accidental istio.VERSION changes
istio.VERSION