mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
ignore go workspace files (#33827)
This is a new feature in go1.18 to simplify working on multiple modules. For example I can easily test sourcegraph with local changes to zoekt by running the command: go work init . ../../google/zoekt/ These files shouldn't be committed, as they are files that are specific to someones task. Test Plan: my go.work file doesn't show up in git status
This commit is contained in:
parent
dab3ed4915
commit
738affd42f
3
.gitignore
vendored
3
.gitignore
vendored
@ -170,3 +170,6 @@ annotations/
|
||||
|
||||
# Buildkite analytics files
|
||||
test-reports/
|
||||
|
||||
# go workspace files shouldn't be committed
|
||||
go.work
|
||||
|
||||
Loading…
Reference in New Issue
Block a user