mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Ignore CONTRIBUTORS.md when running template's pre-commit
This commit is contained in:
parent
a48a8f19a5
commit
a7d007e219
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user