Skip to content

Commit 2ecaefb

Browse files
committed
fix: Comment out source and node_modules patterns in .vscodeignore for clarity
1 parent a57c913 commit 2ecaefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscodeignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source files
2-
src/**/*.ts
2+
# src/**/*.ts
33
tsconfig.json
44
.eslintrc.json
55

@@ -16,7 +16,7 @@ scripts/**
1616
.vscode-test/**
1717
**/*.vsix
1818
**/*.tgz
19-
node_modules/**
19+
# node_modules/**
2020

2121
# Documentation files that aren't needed in the extension package
2222
**/*.md

0 commit comments

Comments
 (0)