File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ cmd/clusterctl/clusterctl/**
39
39
** /bin /**
40
40
** /out /**
41
41
42
+ # go.work files
43
+ go.work
44
+ go.work.sum
45
+
42
46
# Test binary, build with `go test -c`
43
47
** /* .test
44
48
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ test/e2e/data/test-extension/deployment.yaml
30
30
.vscode /
31
31
* .code-workspace
32
32
33
+ # go.work files
34
+ go.work
35
+ go.work.sum
36
+
33
37
# kubeconfigs
34
38
minikube.kubeconfig
35
39
Original file line number Diff line number Diff line change @@ -540,6 +540,7 @@ generate-metrics-config: $(ENVSUBST_BIN) ## Generate ./hack/observability/kube-s
540
540
generate-diagrams : # # Generate diagrams for *.plantuml files
541
541
$(MAKE ) -C docs diagrams
542
542
543
+
543
544
# # --------------------------------------
544
545
# # Lint / Verify
545
546
# # --------------------------------------
You can’t perform that action at this time.
0 commit comments