forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscodeignore
81 lines (80 loc) · 1.24 KB
/
.vscodeignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
!out/client/**/*.map
**/*.map
*.vsix
.appveyor.yml
.editorconfig
.env
.eslintrc
.gitattributes
.gitignore
.gitmodules
.huskyrc.json
.npmrc
.nvmrc
.nycrc
.travis.yml
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
CONTRIBUTING - LANGUAGE SERVER.md
coverconfig.json
cucumber-report.json
gulpfile.js
package.datascience-ui.dependencies.json
package-lock.json
packageExtension.cmd
pvsc-dev-ext.py
PYTHON_INTERACTIVE_TROUBLESHOOTING.md
test.ipynb
travis*.log
tsconfig*.json
tsfmt.json
tslint.json
typings.json
vsc-extension-quickstart.md
vscode-python-signing.*
webpack.config.js
webpack.datascience-*.config.js
.devcontainer/**
.github/**
.mocha-reporter/**
.nvm/**
.nyc_output
.venv/**
.vscode/**
.vscode-test/**
.vscode test/**
languageServer/**
languageServer.*/**
bin/**
build/**
BuildOutput/**
coverage/**
data/**
debug_coverage*/**
images/**/*.gif
images/**/*.png
news/**
node_modules/**
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/**
pythonFiles/tests/**
requirements.txt
scripts/**
src/**
test/**
tmp/**
tpn/**
typings/**
types/**
uitests/**