-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy path.gitignore
More file actions
113 lines (90 loc) · 2.41 KB
/
Copy path.gitignore
File metadata and controls
113 lines (90 loc) · 2.41 KB
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
.dir-locals.el
.idea/workspace.xml
.idea/usage.statistics.xml
.idea/shelf
.idea/AugmentWebviewStateStore.xml
.idea/go.imports.xml
/pkg/client
/vendor/
docker/mongodb-kubernetes-operator/content/mongodb-kubernetes-operator
docker/mongodb-kubernetes-database/content/mongodb-mms-automation-agent-version.properties
docker/mongodb-kubernetes-database/content/readinessprobe
docker/mongodb-enterprise-ops-manager/scripts/mmsconfiguration
docker/mongodb-kubernetes-tests/public
my-*
.vscode
.env
data
cache
**/__pycache__
**/myenv
**/venv*/
venv
*.bak
**/pytest_cache/
tmp/*
bin/*
helm_out
.redo-last-namespace
exports.do
__debug_bin*
.generated/
scripts/dev/contexts/private-context
scripts/dev/contexts/private-context-*
# On Evergreen we install uv in the project directory, so make sure it's ignored
/.uv
# These files get generated by emacs and sometimes they are still present when committing
**/flycheck_*
public/support/*.gz
public/support/logs*
public/architectures/**/log
public/architectures/**/*.run.log
public/architectures/**/.generated
public/architectures/**/certs/*
public/architectures/**/secrets/*
docker/mongodb-kubernetes-appdb/content/readinessprobe
docker/mongodb-kubernetes-operator/content/mongodb-kubernetes-operator.tar
docker/mongodb-kubernetes-tests/helm_chart/
docker/mongodb-kubernetes-tests/public/
docker/mongodb-kubernetes-tests/requirements.txt
docker/mongodb-kubernetes-tests/.flake8
docker/mongodb-kubernetes-tests/.pylintrc
docker/mongodb-kubernetes-tests/pyproject.toml
bundle
.DS_Store
cover.out
result.suite
*result.xml
# loadtesting binary
production_notes/cmd/runtest/runtest
production_notes/helm_charts/opsmanager/charts/
multi_cluster/examples/secret_mirror/secret_mirror
multi_cluster/examples/service_account/service_account
multi_cluster/examples/service_account_using_go/service_account_using_go
_.yaml
# Things we built or download for the e2e tests & local dev
/mongodb-kubernetes
multi-cluster-kube-config-creator*
istio-*
.multi_cluster_local_test_files
csi-driver-host-path-*
downloadIstioCandidate.sh
# ignore symlink to ~/.operator-dev
.operator-dev
tmp
licenses_full.csv
licenses_stderr
docker/mongodb-kubernetes-tests/.test_identifiers*
logs-debug/
/ssdlc-report/*
.gocache/
docs/**/log/*
docs/**/test.sh.run.log
logs
*.run.log
# locally packaged chart
mongodb-kubernetes-*.tgz
scripts/code_snippets/tests/outputs/*
.claude
# mckci binary (built at repo root by `go build ./cmd/mckci`)
/mckci