forked from k8sgateway/k8sgateway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
66 lines (50 loc) · 1.09 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
vendor*
.vendor-new
_output
example/proxycontroller/_output
_local
_test
_artifacts
.idea
.vscode
site
.firebase
*.code-workspace
# ignore local pollution from kind setup script
docker-local
themes
install/gloo.yaml
cloudbuild-local*.yaml
# OSX files
.DS_Store
docs/helm-values.md
# ignore intermediate files that gomock sometimes generates
**/gomock_reflect*
## START Temporary exclusion while master/v0.20.x branch is supported
old_docs_temp_dir/
## END Temporary exclusion while master/v0.20.x branch is supported
.vscode/launch.json
.vscode/settings.json
*__debug_bin
# junit
junit.xml
junit-*.xml
# e2e tests
*.test
# swp files
*.swp
# Ginkgo test report output
test-report.json
# Ginkgo test coverage output
*.cov
# Vscode Ginkgo test explorer report
**/ginkgo.report
# At time we run Gloo Edge locally and store configuration in a local directory named `data`
# These should be ignored, as often times `source_data` is the configuration we check into the repo
data
# python pickle files
*.p
# The istio binary downloaded for the kube2e tests
istio-*/*
# Bin directory created by e2e test
.bin/