Skip to content

Commit af3045e

Browse files
Tighten VSIX package ignore
1 parent 430d5f6 commit af3045e

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.vscodeignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
.vscode/**
22
.vscode-test/**
33
.venv/**
4+
.cache/**
5+
.clinerules/**
6+
.commandtree/**
7+
.codex/**
8+
.cursorrules
9+
.mcp.json
10+
.nyc_output/**
11+
.playwright-mcp/**
12+
.windsurfrules
13+
build/**
14+
dist/**
415
src/**
516
test-fixtures/**
617
out/test/**
@@ -10,16 +21,29 @@ tools/**
1021
.too_many_cooks/**
1122
.claude/**
1223
.github/**
24+
.vscodeignore
25+
.prettierrc*
1326
.gitignore
1427
.mocharc.json
1528
.vscode-test.mjs
1629
cspell.json
1730
tsconfig.json
1831
eslint.config*
32+
Agents.md
33+
AGENTS.md
1934
icon.svg
2035
CLAUDE.md
2136
Claude.md
2237
SPEC.md
38+
Makefile
39+
coverage/**
40+
coverage-thresholds.json
41+
docs/**
42+
dotnet-tools.json
43+
logs/**
44+
opencode.json
45+
scratch/**
46+
test-results/**
2347
**/*.map
2448
**/*.ts
2549
**/*.bak

0 commit comments

Comments
 (0)