mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
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
This commit is contained in:
parent
cdd9e946da
commit
fbc053fe49
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@
|
|||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue