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
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -54,4 +54,8 @@ atlassian-ide-plugin.xml
|
|||
com_crashlytics_export_strings.xml
|
||||
crashlytics.properties
|
||||
crashlytics-build.properties
|
||||
fabric.properties
|
||||
fabric.properties
|
||||
|
||||
## Coverage data
|
||||
coverage.coverprofile
|
||||
coverage.html
|
Loading…
Reference in a new issue