Skip to content

Commit 58f8c2d

Browse files
committed
Ignore.
1 parent 019660e commit 58f8c2d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
*.so
66
*.dylib
77

8-
# Go workspace
9-
go.work*
10-
118
# Test binary, built with `go test -c`
129
*.test
1310

@@ -16,4 +13,11 @@ go.work*
1613

1714
# Dependency directories (remove the comment below to include it)
1815
# vendor/
19-
tools
16+
tools
17+
18+
# Go workspace file
19+
go.work
20+
go.work.sum
21+
22+
# env file
23+
.env

0 commit comments

Comments
 (0)