vscode-jupyter/.vscodeignore

68 строки
1.1 KiB
Plaintext

!out/client/**/*.map
**/*.map
*.vsix
.appveyor.yml
.editorconfig
.eslintrc
.gitattributes
.gitignore
.gitmodules
.huskyrc.json
.npmrc
.travis.yml
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
CONTRIBUTING - LANGUAGE SERVER.md
coverconfig.json
gulpfile.js
package.datascience-ui.dependencies.json
package-lock.json
packageExtension.cmd
pvsc-dev-ext.py
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
tsconfig*.json
tsfmt.json
tslint.json
typings.json
vsc-extension-quickstart.md
vscode-python-signing.*
webpack.config.js
webpack.datascience-ui.config.js
.github/**
.mocha-reporter/**
.nvm/**
.venv/**
.vscode/**
.vscode-test/**
languageServer/**
languageServer.*/**
bin/**
build/**
BuildOutput/**
coverage/**
debug_coverage*/**
images/**/*.gif
images/**/*.png
news/**
obj/**
out/client/**/*analyzer.html
out/coverconfig.json
out/pythonFiles/**
out/src/**
out/test/**
out/testMultiRootWkspc/**
precommit.hook
pythonFiles/**/*.pyc
pythonFiles/lib/**/*.dist-info/**
pythonFiles/lib/**/*.egg-info/**
pythonFiles/lib/python/bin/**
requirements.txt
scripts/**
src/**
test/**
tmp/**
tpn/**
typings/**