Skip to content

Commit

Permalink
chore: adding go.work and go.work.sum to gitignore (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Feb 13, 2023
1 parent af0c35a commit 55300ab
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 55300ab

Please sign in to comment.