]> source.dussan.org Git - gitignore.git/commit
Go: Ignore Go workspace file go.work 3884/head
authorLucas Bremgartner <lucas@bremis.ch>
Sat, 13 Nov 2021 17:14:24 +0000 (18:14 +0100)
committerLucas Bremgartner <lucas@bremis.ch>
Sat, 13 Nov 2021 17:14:24 +0000 (18:14 +0100)
commitfbc053fe49d7f3b4a882ddf9651fc60f8954db21
tree3dc98b3fcedc33d8e4768166f7ff0cc30c70dc6a
parentcdd9e946da421758c6f42c427c7bc65c8326155d
Go: Ignore Go workspace file go.work

With Go 1.18, support for Go workspaces will land.
Go workspaces are configured in `go.work`, which
contains paths to local development versions of
modules and therefore is not expected to be
commited.

See:
* https://github.com/golang/go/issues/45713
Go.gitignore