Skip to content

Commit

Permalink
πŸ” chore(.gitignore): add coverage directory to ignore list
Browse files Browse the repository at this point in the history
This commit adds the coverage directory to the ignore list in the .gitignore file. This is done to prevent the coverage reports generated by the test suite from being committed to the repository.
  • Loading branch information
nyxb committed May 20, 2023
1 parent 47754a8 commit 49b144f
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
@@ -1,2 +1,3 @@
node_modules
dist
coverage

0 comments on commit 49b144f

Please sign in to comment.