-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (72 loc) · 1.72 KB
/
.gitignore
File metadata and controls
95 lines (72 loc) · 1.72 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
# pkg and bin directories currently contain build artifacts
# only so we exclude them.
bin/
vendor/
.vscode/
# Compiled python files.
*.pyc
# Emacs temporary files
*~
# Other temporary files
.DS_Store
# temporary files from emacs flymd-mode
flymd.*
# vim .swp files
*.swp
*.swo
# Files created by IDE
.idea/
.cursor/
# Exclude wheel files for now.
# The only wheel file is the TF wheel one which is quite large.
# We don't want to check that into source control because it could be
# quite large.
*.whl
# Bazel files
**/bazel-*
# Examples egg
examples/tf_sample/tf_sample.egg-info/
examples/.ipynb_checkpoints/
**/.ipynb_checkpoints
# env.sh generated by kfctl.sh
**/env.sh
!testing/test-infra/vendor
**/*.test
# This is required for testing but we don't
# want to check it in right now.
components/gcp-click-to-deploy/src/user_config/**
# This is generated by bootstrap
**/reg_tmp
scripts/gke/build/**
opt/
cover.out
covmeta*
covcounters*
config/manager/kustomization.yaml
config/rhoai/manager/kustomization.yaml
# Ignore any local.mk files that would be consumed by the Makefile
local.mk
# Ignore temporary files created by the Makefile
*.mktmp.*
# Ignore catalog related files
/catalog/
# Ignore generated files
config/crd/bases
config/crd/external
config/rbac/role.yaml
config/webhook/manifests.yaml
config/rhoai/crd/bases
config/rhoai/crd/external
config/rhoai/rbac/role.yaml
config/rhoai/webhook/manifests.yaml
config/rhaii/crd/bases
config/rhaii/webhook/manifests.yaml
rhoai-bundle/
odh-bundle/
config/cloudmanager/*/crd/bases
config/cloudmanager/*/rbac/role.yaml
config/cloudmanager/*/webhook/manifests.yaml
config/cloudmanager/*/manager/kustomization.yaml
# Ignore binary files
cmd/component-codegen/component-codegen
/cloudmanager