Skip to content

Commit

Permalink
chore: add cov/ directory to .gitignore
Browse files Browse the repository at this point in the history
The `cov/` directory, frequently generated by coverage
tools, has been added to `.gitignore` to prevent its
accidental inclusion in commits. This omission ensures a
cleaner repository and focuses on committed files that are
 directly relevant to the project.

Signed-off-by: Jefersson Nathan <[email protected]>
  • Loading branch information
malukenho committed Sep 16, 2023
1 parent 54e943a commit 1af742e
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,5 +1,6 @@
vendor/
composer.lock
cov/
.phpcs-cache
.phpunit.result.cache
.phpunit.cache/

0 comments on commit 1af742e

Please sign in to comment.