Skip to content

Commit 47990e1

Browse files
authored
Update Node.gitignore
1 parent 3aa43d9 commit 47990e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Node.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ dist
101101
.vuepress/dist
102102

103103
# vitepress build output
104-
.vitepress/dist
104+
**/.vitepress/dist
105105

106106
# vuepress v2.x temp and cache directory
107107
.temp
108108
.cache
109109

110110
# vitepress temp and cache directory
111-
.vitepress/temp
112-
.vitepress/cache
111+
**/.vitepress/temp
112+
**/.vitepress/cache
113113

114114
# Docusaurus cache and generated files
115115
.docusaurus

0 commit comments

Comments
 (0)