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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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