go.work is not respected by imports, which means that our test environment - if it uses go.work - will differ from what'll be used by third parties which import our core module. This commit adds a generation target for go.work which will allow users to opt-in to using it locally without it being enabled by default for everyone. See https://github.com/golang/go/issues/53502 for discussion on whether or not go.work should be checked in. Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
23 lines
233 B
Plaintext
23 lines
233 B
Plaintext
.DS_Store
|
|
.idea
|
|
*.iml
|
|
/acmesolver
|
|
/controller
|
|
/ingress-shim
|
|
/ctl
|
|
/hack/build/dockerfiles/cert-manager-*_*_*
|
|
.vscode
|
|
.venv
|
|
bazel-*
|
|
/.settings/
|
|
/.project
|
|
_artifacts/
|
|
/vendor/
|
|
bin/
|
|
_bin/
|
|
.bin/
|
|
user.bazelrc
|
|
*.bak
|
|
/go.work.sum
|
|
**/go.work
|