From 5b3f2595aeaf5709211e27cb77a6a8139aea0a72 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Mon, 2 Dec 2024 03:24:39 +0300 Subject: [PATCH] Update Node.gitignore Include VitePress --- Node.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..1984ae58 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -100,7 +100,10 @@ dist # vuepress build output .vuepress/dist -# vuepress v2.x temp and cache directory +# vitepress build output +.vitepress/dist + +# vuepress v2.x / vitepress temp and cache directory .temp .cache