Skip to content

Commit b32ec7c

Browse files
committed
adding artifacthub information
Signed-off-by: Alex Jones <[email protected]>
1 parent 2bd953f commit b32ec7c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

1

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.tar.gz
2+
config/manager/manager.yaml
3+
config/manager/kustomization.yaml
4+
schemas
5+
.vscode
6+
open-feature-operator
7+
of-agent
8+
# Binaries for programs and plugins
9+
*.exe
10+
*.exe~
11+
*.dll
12+
*.so
13+
*.dylib
14+
bin
15+
testbin/*
16+
17+
# Test binary, build with `go test -c`
18+
*.test
19+
20+
# Output of the go coverage tool, specifically when used with LiteIDE
21+
*.out
22+
23+
# Kubernetes Generated files - skip generated files, except for vendored files
24+
25+
!vendor/**/zz_generated.*
26+
27+
# editor and IDE paraphernalia
28+
.idea
29+
*.swp
30+
*.swo
31+
*~
32+

0 commit comments

Comments
 (0)