Skip to content

Commit 8d36bfa

Browse files
kkratterfclaude
andcommitted
chore: add build outputs to gitignore
- packages/playground/dist/ - packages/vscode-extension/out/ - packages/vscode-extension/*.vsix Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 226cd6f commit 8d36bfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ package-lock.json
2929
# Environment
3030
.env
3131
.env.local
32+
33+
# Build outputs
34+
packages/playground/dist/
35+
packages/vscode-extension/out/
36+
packages/vscode-extension/*.vsix

0 commit comments

Comments
 (0)