Skip to content

Commit 763dd2a

Browse files
authored
Update .gitignore
1 parent 696c9a3 commit 763dd2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
node_modules/
3-
src/.vuepress/.cache/
4-
src/.vuepress/.temp/
5-
src/.vuepress/dist/
2+
**/node_modules/**
3+
**/.vuepress/.cache/**
4+
**/.vuepress/.temp/**
5+
dist/
66
.history/

0 commit comments

Comments
 (0)