We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceba92 commit dffdd65Copy full SHA for dffdd65
.vscodeignore
@@ -21,6 +21,7 @@ package-lock.json
21
packageExtension.cmd
22
pvsc-dev-ext.py
23
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
24
+travis*.log
25
tsconfig*.json
26
tsfmt.json
27
tslint.json
@@ -60,10 +61,12 @@ pythonFiles/**/*.pyc
60
61
pythonFiles/lib/**/*.dist-info/**
62
pythonFiles/lib/**/*.egg-info/**
63
pythonFiles/lib/python/bin/**
64
+pythonFiles/tests/**
65
requirements.txt
66
scripts/**
67
src/**
68
test/**
69
tmp/**
70
tpn/**
71
typings/**
72
+types/**
news/3 Code Health/4554.md
@@ -0,0 +1 @@
1
+Exclude files `travis*.log`, `pythonFiles/tests/**`, `types/**` from the extension.
0 commit comments