Skip to content

Commit 31c0b06

Browse files
committed
feat: Add gitignore rules for the documentation build
1 parent 64f7d82 commit 31c0b06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@ test/tmp/
5959
jsdocs/
6060
site/
6161

62-
# Custom files
62+
# Documentation
6363
packages/documentation/docs/pages/CLI.md
64+
packages/documentation/docs/.vitepress/dist
65+
packages/documentation/docs/.vitepress/cache
66+
packages/documentation/dist

0 commit comments

Comments
 (0)