Looking at the Prettier docs, there is a tip to base your .prettierignore file on your .gitignore file.
Tip! Base your .prettierignore on .gitignore and .eslintignore (if you have one).
Can someone explain what this means and how to do this? Is there a way to automatically add everything to your .prettierignore included in your .gitignore?