You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
6954a9c: Add .prettierignore to the sync-configs canonical template set. The CI gate runs prettier --check ., which formats YAML — without a .prettierignore, pnpm-lock.yaml (and Renovate-updated lockfiles) fail the check. The new template excludes the lockfile and generated dirs (.svelte-kit/, build/, .netlify/, dist/) so the CI prettier step is green fleet-wide. New ConfigName"prettier-ignore".