mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-24 14:40:49 +01:00
Add coverage files to .gitignore
This change ensures that coverage data files are not tracked by Git. The addition helps keep the repository clean from auto-generated coverage reports.
This commit is contained in:
parent
421451f179
commit
854361090a
1 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -55,3 +55,7 @@ com_crashlytics_export_strings.xml
|
||||||
crashlytics.properties
|
crashlytics.properties
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
fabric.properties
|
fabric.properties
|
||||||
|
|
||||||
|
## Coverage data
|
||||||
|
coverage.coverprofile
|
||||||
|
coverage.html
|
Loading…
Reference in a new issue