vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
741 stars 259 forks source link

fix: prettify script must respect `.prettierignore` #7745

Closed ByScripts closed 2 weeks ago

ByScripts commented 2 weeks ago

Description

Fixes Prettier not ignoring patterns from .prettierignore file.

Problem is that ignore-path default value ([.gitignore, .prettierignore]) is overridden from cli (--ignore-path .gitignore).

Checklist