We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceea7ca commit 25c63ffCopy full SHA for 25c63ff
Go.gitignore
@@ -11,8 +11,11 @@
11
# Test binary, built with `go test -c`
12
*.test
13
14
-# Output of the go coverage tool, specifically when used with LiteIDE
+# Code coverage profiles and other test artifacts
15
*.out
16
+coverage.*
17
+*.coverprofile
18
+profile.cov
19
20
# Dependency directories (remove the comment below to include it)
21
# vendor/
@@ -23,3 +26,7 @@ go.work.sum
23
26
24
27
# env file
25
28
.env
29
+
30
+# Editor/IDE
31
+.idea/
32
+.vscode/
0 commit comments