Skip to content

Commit 1e0db50

Browse files
committed
chore: remove coverage.txt from git tracking
- Remove coverage.txt from git tracking as it's a generated file - Add coverage.txt to .gitignore to prevent future commits - Coverage files should not be committed to version control
1 parent 524f4af commit 1e0db50

File tree

2 files changed

+1
-291
lines changed

2 files changed

+1
-291
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
13+
coverage.txt
1314

1415
# Dependency directories (remove the comment below to include it)
1516
# vendor/

0 commit comments

Comments
 (0)