Skip to content

Commit 3aa43d9

Browse files
authored
Update Node.gitignore
1 parent 5b3f259 commit 3aa43d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Node.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,14 @@ dist
103103
# vitepress build output
104104
.vitepress/dist
105105

106-
# vuepress v2.x / vitepress temp and cache directory
106+
# vuepress v2.x temp and cache directory
107107
.temp
108108
.cache
109109

110+
# vitepress temp and cache directory
111+
.vitepress/temp
112+
.vitepress/cache
113+
110114
# Docusaurus cache and generated files
111115
.docusaurus
112116

0 commit comments

Comments
 (0)