Ignore CONTRIBUTORS.md when running template's pre-commit

This commit is contained in:
Bruno Alla 2023-04-15 13:08:08 +01:00
parent a48a8f19a5
commit a7d007e219
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
exclude: "{{cookiecutter.project_slug}}|.github/contributors.json|CHANGELOG.md"
exclude: "{{cookiecutter.project_slug}}|.github/contributors.json|CHANGELOG.md|CONTRIBUTORS.md"
default_stages: [commit]
repos: