Skip to content

Commit

Permalink
Make git ignore coverage.txt file
Browse files Browse the repository at this point in the history
The file appears after running `make test` and probably shouldn't be
checked in.
  • Loading branch information
msugakov committed Apr 26, 2021
1 parent 3247515 commit 46cb740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.txt

# Dependency directories (remove the comment below to include it)
# vendor/
Expand Down

0 comments on commit 46cb740

Please sign in to comment.