forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.vscodeignore
87 lines (84 loc) · 1.33 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
82
83
84
85
86
87
**/*.map
**/*.analyzer.html
*.vsix
.editorconfig
.env
.eslintrc
.eslintignore
.gitattributes
.gitignore
.gitmodules
.git*
.npmrc
.nvmrc
.nycrc
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
gulpfile.js
package-lock.json
requirements.in
sprint-planning.github-issues
test.ipynb
tsconfig*.json
tsfmt.json
vscode-python-signing.*
noxfile.py
.config/**
.github/**
.mocha-reporter/**
.nvm/**
.nox/**
.nyc_output
.prettierrc.js
.sonarcloud.properties
.venv/**
.vscode/**
.vscode-test/**
.vscode test/**
languageServer/**
languageServer.*/**
nodeLanguageServer/**
nodeLanguageServer.*/**
bin/**
build/**
BuildOutput/**
coverage/**
data/**
debug_coverage*/**
images/**/*.gif
images/**/*.png
ipywidgets/**
i18n/**
node_modules/**
obj/**
out/**/*.stats.json
out/client/**/*.analyzer.html
out/coverconfig.json
out/python_files/**
out/src/**
out/test/**
out/testMultiRootWkspc/**
precommit.hook
python_files/**/*.pyc
python_files/lib/**/*.egg-info/**
python_files/lib/python/bin/**
python_files/tests/**
scripts/**
src/**
test/**
tmp/**
typings/**
types/**
**/__pycache__/**
**/.devcontainer/**
python-env-tools/.gitignore
python-env-tools/bin/.gitignore
python-env-tools/.github/**
python-env-tools/.vscode/**
python-env-tools/crates/**
python-env-tools/target/**
python-env-tools/Cargo.*
python-env-tools/.cargo/**
python-env-tools/**/*.md
pythonExtensionApi/**