Add Go workspace files to dockerignore

This commit is contained in:
katexochen 2022-06-08 09:46:14 +02:00 committed by Paul Meyer
parent e5c4171a14
commit 917be71d89

View File

@ -27,3 +27,7 @@ Dockerfile.*
# VS Code configuration folder
.vscode
# Go work files should not be used during build
go.work
go.work.sum