Add .prettierignore

This commit is contained in:
Mark H 2021-07-09 12:06:25 +01:00
parent 6507f5b3b0
commit 0494008636
1 changed files with 8 additions and 0 deletions

8
.prettierignore Normal file
View File

@ -0,0 +1,8 @@
# It's pretty common for devs to have prettier configured to format on save,
# so let's include some config to prevent it messing up files in this repo
# Prettier struggles with the kramdown extensions
*.md
# Our stylesheets use a particular in-house(?) style
*.scss