Skip to content

Commit 25c63ff

Browse files
feat(go.gitignore): ignore code coverage and IDE
1 parent ceea7ca commit 25c63ff

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)