1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Update .ecrc.json to exclude CONTRIBUTORS.md (#4020)

This commit is contained in:
Georg Lauterbach
2024-05-17 09:57:07 +02:00
committed by GitHub
parent 5bd8df68eb
commit 006f442cd0

View File

@ -3,6 +3,7 @@
"Exclude": [ "Exclude": [
"^test/bats/", "^test/bats/",
"^test/test_helper/bats-(assert|support)", "^test/test_helper/bats-(assert|support)",
"\\.git/" "\\.git/",
"CONTRIBUTORS\\.md"
] ]
} }