Skip to content

Commit ba85dd5

Browse files
author
윤창현
committed
ADD : [config] prettierignore 설정하여 blog html 파일에서 적용되지 않도록 함
1 parent ee9ac2a commit ba85dd5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_layouts/*.html
2+
_includes/*html

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
// Prettier
3+
"prettier.ignorePath": ".prettierignore",
34
"editor.defaultFormatter": "esbenp.prettier-vscode",
45
"editor.formatOnSave": true,
56
// Shopify Liquid

0 commit comments

Comments
 (0)