| 1234567 |
- # Prettier auto-commit runs with GITHUB_TOKEN (GitHub App).
- # GitHub blocks that token from creating/updating anything under .github/workflows.
- .github/workflows/**
- # Machine-generated by npm; its format is owned by npm, not Prettier.
- # Prettier reformatting it fights npm and makes the auto-commit run fail.
- package-lock.json
|