Skip to content

Commit 83353ac

Browse files
jackspirouclaude
andcommitted
chore: add coverage.html to .gitignore
Prevent coverage report HTML files from being accidentally committed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 45c4e45 commit 83353ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
# Dependency directories (remove the comment below to include it)
1818
# vendor/
1919

20-
# Coverage file
20+
# Coverage files
2121
coverage.txt
2222
coverage.out
23+
coverage.html
2324

2425
# Go workspace file
2526
go.work

0 commit comments

Comments
 (0)