Skip to content

Commit

Permalink
Add OWNERS
Browse files Browse the repository at this point in the history
Signed-off-by: Siyu Wang <[email protected]>
  • Loading branch information
FillZpp committed Aug 22, 2022
1 parent 2d87593 commit 2d80e38
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,26 @@
*.dll
*.so
*.dylib
bin/
testbin/
.temp

# Test binary, built with `go test -c`
# Test binary, build with `go test -c`
*.test
test/e2e/generated/bindata.go

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
# Kubernetes Generated files - skip generated files, except for vendored files

!vendor/**/zz_generated.*

# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
.vscode

.DS_Store
5 changes: 5 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- FillZpp
- furykerry
- zmberg
reviewers:

0 comments on commit 2d80e38

Please sign in to comment.