Skip to content

Commit

Permalink
chore: modify config (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
NozomuIkuta authored Nov 28, 2023
1 parent f2d27ce commit 342dd53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
}
},
"include": ["src/**/*", ".vitepress/**/*"],
"exclude": ["node_modules", "build"]
"exclude": ["node_modules", "build", ".vitepress/cache"]
}

0 comments on commit 342dd53

Please sign in to comment.