From 342dd539e127f14f3d9dfac5d092dbdf58f0f747 Mon Sep 17 00:00:00 2001 From: Nozomu Ikuta <16436160+NozomuIkuta@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:47:51 +0900 Subject: [PATCH] chore: modify config (#32) --- .editorconfig | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a1b04a2662..0de500150a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,4 @@ insert_final_newline = true trim_trailing_whitespace = true [*.md] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false diff --git a/tsconfig.json b/tsconfig.json index b5929d5ee1..b237f03837 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ } }, "include": ["src/**/*", ".vitepress/**/*"], - "exclude": ["node_modules", "build"] + "exclude": ["node_modules", "build", ".vitepress/cache"] }