Skip to content

Commit 7c87224

Browse files
committed
chore: tighten .vscodeignore to exclude dev files from VSIX
Excludes tests/, coverage/, scripts/, CLAUDE.md, DEV.md, demo-python-project/, .github/, .claude/, jest.config.ts — cuts packaged file count from 60 to 20.
1 parent 4d4519a commit 7c87224

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.vscodeignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ src/**
55
tsconfig.json
66
**/*.map
77
node_modules/**
8+
tests/**
9+
coverage/**
10+
scripts/**
11+
demo-python-project/**
12+
.github/**
13+
.claude/**
14+
CLAUDE.md
15+
DEV.md
16+
jest.config.ts
17+
*.vsix

0 commit comments

Comments
 (0)