Skip to content

Commit c250daf

Browse files
authored
Remove build folder from bundled vsix (#120)
1 parent 36d3734 commit c250daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscodeignore

+2-1
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)