Skip to content

Commit 1fb67ee

Browse files
committed
Update gitignore for more docs generated content
1 parent ca4d66a commit 1fb67ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ coverage/
77
.svelte-kit/
88
.env
99
.DS_Store
10+
.vscode
1011

1112
test-*
1213

1314
# Content Collections
14-
.content-collections
15+
.content-collections
16+
17+
# Generated API documentation
18+
**/generated/api/*.json
19+
20+
# Generated StackBlitz files
21+
**/static/stackblitz-files.json

0 commit comments

Comments
 (0)