Skip to content

Commit 3d35d21

Browse files
authored
Merge pull request #4565 from ashwingopalsamy/main
feat(go.gitignore): Add code coverage and IDE files
2 parents 0722459 + c6d141d commit 3d35d21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Go.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
# Test binary, built with `go test -c`
1212
*.test
1313

14-
# Output of the go coverage tool, specifically when used with LiteIDE
14+
# Code coverage profiles and other test artifacts
1515
*.out
16+
coverage.*
17+
*.coverprofile
18+
profile.cov
1619

1720
# Dependency directories (remove the comment below to include it)
1821
# vendor/
@@ -23,3 +26,7 @@ go.work.sum
2326

2427
# env file
2528
.env
29+
30+
# Editor/IDE
31+
# .idea/
32+
# .vscode/

0 commit comments

Comments
 (0)