build: add go.work in gitignore (#13100)

* build: add `go.work` in gitignore

* markdownlint
This commit is contained in:
Julien Robert
2022-08-30 21:08:04 +00:00
committed by GitHub
parent 783f597866
commit 2c527d0650
8 changed files with 2549 additions and 2549 deletions
+16
View File
@@ -0,0 +1,16 @@
go 1.18
use (
.
./api
./client/v2
./core
./cosmovisor
./db
./depinject
./errors
./math
./orm
./store/tools/ics23
./tx
)