Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage.out
coverage.html
go.work
go.work.sum
.gocache
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to add this to .gitignore? to the best of my knowledge we don't configure the project to use a build cache in the root of the directory so the location of the build cache should be system dependent and vary depending on what you have configured in the GOCACHE env var

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My guess is GOCACHE was set in-line at some point when Zaki was working. Should we add globbing that will ignore it in any path?

6 changes: 6 additions & 0 deletions api/hyperlane/warp/v1/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1
//
// This package only exists to satisfy generated imports from the vaults v2
// protobufs until the upstream Hyperlane API bindings are integrated.
package warpv1

10,717 changes: 10,717 additions & 0 deletions api/vaults/v2/cross_chain.pulsar.go

Large diffs are not rendered by default.

Loading