Ignore files from extension (#4555)
* Exclude files from extension * News entry
This commit is contained in:
Родитель
af4590e2e0
Коммит
3fc7d5cfdd
|
@ -21,6 +21,7 @@ package-lock.json
|
|||
packageExtension.cmd
|
||||
pvsc-dev-ext.py
|
||||
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
|
||||
travis*.log
|
||||
tsconfig*.json
|
||||
tsfmt.json
|
||||
tslint.json
|
||||
|
@ -60,6 +61,7 @@ pythonFiles/**/*.pyc
|
|||
pythonFiles/lib/**/*.dist-info/**
|
||||
pythonFiles/lib/**/*.egg-info/**
|
||||
pythonFiles/lib/python/bin/**
|
||||
pythonFiles/tests/**
|
||||
requirements.txt
|
||||
scripts/**
|
||||
src/**
|
||||
|
@ -67,3 +69,4 @@ test/**
|
|||
tmp/**
|
||||
tpn/**
|
||||
typings/**
|
||||
types/**
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Exclude files `travis*.log`, `pythonFiles/tests/**`, `types/**` from the extension.
|
Загрузка…
Ссылка в новой задаче