Skip to content

Commit e6393c7

Browse files
committed
update .gitignore for go
1 parent 1378241 commit e6393c7

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

.gitignore

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ _vendor/
88
/playwright-report/
99
/blob-report/
1010
/playwright/.cache/
11+
.venv
12+
# GO
13+
# Binaries for programs and plugins
1114
*.exe
12-
.env
13-
.venv
15+
*.exe~
16+
*.dll
17+
*.so
18+
*.dylib
19+
20+
# Test binary, built with `go test -c`
21+
*.test
22+
23+
# Output of the go coverage tool, specifically when used with LiteIDE
24+
*.out
25+
26+
# Dependency directories (remove the comment below to include it)
27+
# vendor/
28+
29+
# Go workspace file
30+
go.work
31+
go.work.sum
32+
33+
# env file
34+
.env

0 commit comments

Comments
 (0)