Browse Source

Merge pull request #4543 from NdagiStanley/patch-1

Update Node.gitignore to include VitePress
Daniel Johnson 3 months ago
parent
commit
4f5f531823
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Node.gitignore

+ 6 - 0
Node.gitignore

@@ -104,6 +104,12 @@ dist
 .temp
 .cache
 
+# vitepress build output
+**/.vitepress/dist
+
+# vitepress cache directory
+**/.vitepress/cache
+
 # Docusaurus cache and generated files
 .docusaurus