Skip to content

Commit 2aed318

Browse files
author
Lévai Norbert
committed
Update .gitignore
1 parent 4da4acf commit 2aed318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ yarn-error.log*
99
node_modules/
1010

1111
# Output directories
12-
.vuepress/dist/
12+
/docs/.vuepress/dist/
1313

1414
# Temp files
15-
.vuepress/.temp/
16-
.vuepress/.cache/
15+
/docs/.vuepress/.temp/
16+
/docs/.vuepress/.cache/
1717

1818
# Local environment settings
1919
.env.local

0 commit comments

Comments
 (0)