From bc82781282fe919a77191975024a5e4db6f34c5a Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Fri, 24 Apr 2026 19:11:53 +0800 Subject: [PATCH] fix: correct gitignore pattern for vitepress cache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ea690c0..633e1948 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ __pycache__/ # Build artifacts .next/ -.vitepress/cache/ +**/.vitepress/cache/ out/ coverage/ *.tsbuildinfo