Skip to content

Commit 328a912

Browse files
committed
chore(build): add node_modules to VSCode ignore patterns
- Add node_modules directory to .vscodeignore file - Prevents node_modules from being included in VS Code extension package - Maintains consistent ignore patterns with other development files
1 parent 6417314 commit 328a912

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
**/tsconfig*.json
1111
compile.mjs
1212
coverage/
13+
node_modules/
1314
package-lock.json
1415
pnpm-lock.yaml
1516
release-please-config.json

0 commit comments

Comments
 (0)