You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.idea/
/vendor
/out
build/_output
# the 'config' (originally deploy) directory should not be committed: all generated CRD files should be dispatched in the 'host-operator' and 'member-operator' repositories
config
deploy
/bin
# The openapi-gen tool we use to generate OpenAPI types for the CRDs requires the GOPATH be set.
# We fake it in this directory so that we don't have to require the local environment to have that environment variable
# set. Let's ignore it so that it doesn't get accidentally committed.