Skip to content

Commit dffdd65

Browse files
committed
Ignore files from extension (#4555)
* Exclude files from extension * News entry
1 parent bceba92 commit dffdd65

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ package-lock.json
2121
packageExtension.cmd
2222
pvsc-dev-ext.py
2323
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
24+
travis*.log
2425
tsconfig*.json
2526
tsfmt.json
2627
tslint.json
@@ -60,10 +61,12 @@ pythonFiles/**/*.pyc
6061
pythonFiles/lib/**/*.dist-info/**
6162
pythonFiles/lib/**/*.egg-info/**
6263
pythonFiles/lib/python/bin/**
64+
pythonFiles/tests/**
6365
requirements.txt
6466
scripts/**
6567
src/**
6668
test/**
6769
tmp/**
6870
tpn/**
6971
typings/**
72+
types/**

news/3 Code Health/4554.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Exclude files `travis*.log`, `pythonFiles/tests/**`, `types/**` from the extension.

0 commit comments

Comments
 (0)