vscode-jupyter/.vscodeignore

40 строки
554 B
Plaintext
Исходник Обычный вид История

2016-01-19 13:58:51 +03:00
.vscode/**
.vscode-test/**
2018-01-18 20:59:19 +03:00
.github/**
.nvm/**
2016-01-19 13:58:51 +03:00
typings/**
out/test/**
out/src/**
2016-11-23 11:27:36 +03:00
out/pythonFiles/**
out/testMultiRootWkspc/**
2018-01-18 20:59:19 +03:00
out/coverconfig.json
2016-01-19 13:58:51 +03:00
test/**
src/**
scripts/**
2016-01-19 13:58:51 +03:00
**/*.map
.gitignore
.gitmodules
.editorconfig
.eslintrc
.gitattributes
2016-09-12 14:46:37 +03:00
images/**/*.gif
images/**/*.png
2016-01-19 13:58:51 +03:00
tsconfig.json
typings.json
coverconfig.json
tslint.json
tsfmt.json
gulpfile.js
2016-09-12 14:46:37 +03:00
pythonFiles/**/*.pyc
requirements.txt
2016-01-19 13:58:51 +03:00
vsc-extension-quickstart.md
2016-06-17 17:59:22 +03:00
.travis.yml
webpack.config.js
yarn.lock
coverage/**
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
news/**
debug_coverage*/**