We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bb73e commit e23a371Copy full SHA for e23a371
.gitignore
@@ -1,5 +1,3 @@
1
-vendor
2
-
3
# Binaries for programs and plugins
4
*.exe
5
*.exe~
@@ -17,11 +15,13 @@ Dockerfile.cross
17
15
# Output of the go coverage tools
18
16
*.out
19
coverage
+cover.out
20
21
# Release output
22
dist/**
23
operator-controller.yaml
24
install.sh
+catalogd.yaml
25
26
# Kubernetes Generated files - skip generated files, except for vendored files
27
@@ -41,3 +41,11 @@ site
41
.tiltbuild/
42
.catalogd-tmp/
43
.vscode
44
+
45
+# Catalogd
46
+catalogd/bin/
47
+catalogd/vendor/
48
+catalogd/dist/
49
+catalogd/cover.out
50
+catalogd/catalogd.yaml
51
+catalogd/install.sh
catalogd/.gitignore
0 commit comments