Skip to content

Commit e8f3bff

Browse files
authored
Fix glob pattern for .pyc files in .vscodeignore (#216)
1 parent 03a1db4 commit e8f3bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vsc-extension-quickstart.md
1414
.nox/**
1515
.github/
1616
**/__pycache__/**
17-
**/.pyc
17+
**/*.pyc
1818
bundled/libs/bin/**
1919
bundled/libs/*.dist-info/**
2020
noxfile.py

0 commit comments

Comments
 (0)