Skip to content

Commit 03a1db4

Browse files
authored
Exclude .dist-info directories from extension package (#215)
1 parent 2017064 commit 03a1db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ vsc-extension-quickstart.md
1616
**/__pycache__/**
1717
**/.pyc
1818
bundled/libs/bin/**
19+
bundled/libs/*.dist-info/**
1920
noxfile.py
2021
.pytest_cache/**
2122
.pylintrc

0 commit comments

Comments
 (0)