build: add go.work in gitignore (#13100)
* build: add `go.work` in gitignore * markdownlint
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
go 1.18
|
||||
|
||||
use (
|
||||
.
|
||||
./api
|
||||
./client/v2
|
||||
./core
|
||||
./cosmovisor
|
||||
./db
|
||||
./depinject
|
||||
./errors
|
||||
./math
|
||||
./orm
|
||||
./store/tools/ics23
|
||||
./tx
|
||||
)
|
||||
Reference in New Issue
Block a user