.prettierignore 328 B

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