Skip to content

Commit fbc053f

Browse files
committed
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: * golang/go#45713
1 parent cdd9e94 commit fbc053f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Go.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313

1414
# Dependency directories (remove the comment below to include it)
1515
# vendor/
16+
17+
# Go workspace file
18+
go.work

0 commit comments

Comments
 (0)