Skip to content

Commit 536dc6c

Browse files
committed
Turns out I'm not supposed to commit go.work
1 parent 22b66a1 commit 536dc6c

File tree

3 files changed

+11
-2720
lines changed

3 files changed

+11
-2720
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14+
# Dependency directories (remove the comment below to include it)
15+
vendor/
16+
17+
# Go workspace file
18+
go.work
19+
go.work.sum
20+
21+
# env file
22+
.env
23+
24+
# IDE-specific files
1425
.build
1526
.idea
1627
.devbox

go.work

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)