Add ignore file for prettier and update vs code to use it

This commit is contained in:
iAmWillShepherd 2018-01-10 10:17:06 -06:00
parent 0c7ab42dde
commit ee5af76d35
2 changed files with 3 additions and 0 deletions

2
.prettierignore Normal file
View file

@ -0,0 +1,2 @@
*.json
*.md

View file

@ -26,4 +26,5 @@
"[markdown]": {
"editor.formatOnSave": false
}
"prettier.ignorePath": ".prettierignore"
}