Skip to content

Commit 90a6c76

Browse files
committed
chore: initial commit of base operator with an empty CRD
0 parents  commit 90a6c76

7 files changed

Lines changed: 3917 additions & 0 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
tests/_work/
2+
debug/
3+
target/
4+
**/*.rs.bk
5+
6+
.idea/
7+
*.iws
8+
*.iml
9+
10+
*.tgz
11+
12+
result
13+
image.tar
14+
15+
tilt_options.json
16+
17+
.direnv/
18+
.direnvrc
19+
.envrc
20+
21+
.DS_Store

0 commit comments

Comments
 (0)