SIGN IN SIGN UP
github / gitignore UNCLAIMED

A collection of useful .gitignore templates

0 0 1 Ignore List

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
L
Lucas Bremgartner committed
fbc053fe49d7f3b4a882ddf9651fc60f8954db21
Parent: cdd9e94