Skip to content

Commit

Permalink
chore: adding go.work and go.work.sum to gitignore (cosmos#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored and stackman27 committed Mar 13, 2023
1 parent ad70eca commit cca05cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ dependency-graph.png

*.history

# Go
go.work
go.work.sum
6 changes: 6 additions & 0 deletions go.work.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
go 1.19

use (
./
./e2e
)

0 comments on commit cca05cf

Please sign in to comment.