Is your feature request related to a problem? Please describe.
Our vtex setup --tooling command and templates should have a .prettierignore file which makes prettier ignore certain files. Since our CHANGELOG.md is made by hand, it can result in rebase conflicts if people have prettier re-formatting the file over and over again.
Describe the solution you'd like
- Make
vtex setup add a .prettierignore to a project.
- Add
changelog.md to .prettierignore.
Describe alternatives you've considered
Let people do whatever they please, which is not always the best idea.
Additional context
n/a
Is your feature request related to a problem? Please describe.
Our
vtex setup --toolingcommand and templates should have a.prettierignorefile which makes prettier ignore certain files. Since ourCHANGELOG.mdis made by hand, it can result in rebase conflicts if people have prettier re-formatting the file over and over again.Describe the solution you'd like
vtex setupadd a.prettierignoreto a project.changelog.mdto.prettierignore.Describe alternatives you've considered
Let people do whatever they please, which is not always the best idea.
Additional context
n/a