Skip to content

Commit

Permalink
add coverage files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
n0thingness committed Mar 4, 2024
1 parent 627536b commit f6270be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ dist
*typechain
*typechain-types

# Coverage files
*coverage
coverage.json

# log/debug files
*log

Expand Down

0 comments on commit f6270be

Please sign in to comment.