Skip to content

Commit 73a3950

Browse files
committed
refactor: Add gitignore
1 parent 613d35f commit 73a3950

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jsdocs/
6060
site/
6161

6262
# Custom files
63-
docs/pages/CLI.md
64-
docs/CLI.md
63+
# Documentation
64+
packages/documentation/docs/CLI.md
65+
packages/documentation/docs/.vitepress/dist
66+
packages/documentation/docs/.vitepress/cache
67+
packages/documentation/.vitepress/dist
68+
packages/documentation/.vitepress/cache
6569

0 commit comments

Comments
 (0)