Skip to content

Commit 4fb75c2

Browse files
committed
chore: add .vscodeignore to exclude dev files from package
Excludes tests/, eslint/vitest configs, .github/, .husky/, .vscode/, AGENTS.md, RELEASE.md, dotfiles, and *.vsix artifacts.
1 parent edcb8ca commit 4fb75c2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.vscodeignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.gitignore
2+
.prettierignore
3+
.prettierrc
4+
.husky/
5+
.github/
6+
.vscode/
7+
eslint.config.mjs
8+
vitest.config.mjs
9+
tests/
10+
AGENTS.md
11+
RELEASE.md
12+
*.vsix
13+
node_modules/

0 commit comments

Comments
 (0)