1
0
mirror of https://github.com/github/gitignore synced 2025-05-25 09:05:15 +02:00

Merge pull request #4565 from ashwingopalsamy/main

feat(go.gitignore): Add code coverage and IDE files
This commit is contained in:
Daniel Johnson 2025-05-23 14:21:25 -07:00 committed by GitHub
commit 3d35d21edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,8 +11,11 @@
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
@ -23,3 +26,7 @@ go.work.sum
# env file
.env
# Editor/IDE
# .idea/
# .vscode/