Skip to content

Commit

Permalink
Add go.work to .gitignore and .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Apr 18, 2023
1 parent 744f3ff commit 3ddda28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ cmd/clusterctl/clusterctl/**
**/bin/**
**/out/**

# go.work files
go.work
go.work.sum

# Test binary, build with `go test -c`
**/*.test

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ test/e2e/data/test-extension/deployment.yaml
.vscode/
*.code-workspace

# go.work files
go.work
go.work.sum

# kubeconfigs
minikube.kubeconfig

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ generate-metrics-config: $(ENVSUBST_BIN) ## Generate ./hack/observability/kube-s
generate-diagrams: ## Generate diagrams for *.plantuml files
$(MAKE) -C docs diagrams


## --------------------------------------
## Lint / Verify
## --------------------------------------
Expand Down

0 comments on commit 3ddda28

Please sign in to comment.