Skip to content

Commit 3a55036

Browse files
DonJayamannepaulacamargo25
authored andcommitted
Remove build folder from bundled vsix (microsoft#120)
1 parent 72efd8e commit 3a55036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vscode/**
22
.vscode-test/**
3+
build/**
34
out/**
45
node_modules/**
56
src/**
@@ -20,4 +21,4 @@ noxfile.py
2021
.pytest_cache/**
2122
.pylintrc
2223
**/requirements.txt
23-
**/requirements.in
24+
**/requirements.in

0 commit comments

Comments
 (0)