From 4f51cf454fc97e1e76def24a81bbf1331ccf662d Mon Sep 17 00:00:00 2001 From: MivoDev Date: Sun, 18 Jan 2026 11:37:55 +0700 Subject: [PATCH] feat: Refine build and cache ignore patterns for VitePress and add ignores for Thumbs.db and local files. --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index def1e61..679f3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ node_modules .DS_Store -dist -dist-ssr -cache +Thumbs.db .idea .vscode *.log +.vitepress/dist +.vitepress/cache +.vitepress/dist-ssr +*.local