[Feature Request] Include .prettierignore
sbley opened this issue · 4 comments
sbley commented
It would be cool to also have a shared extensible .prettierignore file in your sample project.
natterstefan commented
Hi @sbley.
This would be nice, but I am not sure if this is possible. Do you have an example for me, please?
sbley commented
Actually, no. I am not even sure if this file can be shared.
dgagn commented
Hey @sbley,
Maybe create a shell script that copies the .prettierignore to the project?
natterstefan commented
Maybe create a shell script that copies the .prettierignore to the project?
I think that could work, although it only acts like a template. One has to adjust it manually if necessary. I am unaware of an extend
feature for .prettierignore
.
Nevertheless, it is probably worth a try, but out of the scope of this repository. I hope you understand that.