forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscodeignore
58 lines (57 loc) · 860 Bytes
/
.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
**/*.map
.appveyor.yml
.editorconfig
.eslintrc
.gitattributes
.gitignore
.gitmodules
.npmrc
.travis.yml
CODE_OF_CONDUCT.md
CODING_STANDARDS.md
CONTRIBUTING.md
CONTRIBUTING - PYTHON_ANALYSIS.md
coverconfig.json
gulpfile.js
packageExtension.cmd
tsconfig.json
tsfmt.json
tslint.json
typings.json
vscode-python-signing.*
webpack.config.js
yarn.lock
.github/**
.nvm/**
.vscode/**
.vscode-test/**
analysis/publish*.*
bin/**
BuildOutput/**
coverage/**
debug_coverage*/**
images/**/*.gif
images/**/*.png
news/**
obj/**
out/coverconfig.json
out/pythonFiles/**
out/src/**
out/test/**
out/testMultiRootWkspc/**
pythonFiles/**/*.pyc
requirements.txt
scripts/**
src/**
test/**
tmp/**
typeshed/tests/**
typeshed/.flake8
typeshed/.git
typeshed/.gitignore
typeshed/.travis.yml
typeshed/CONTRIBUTING.md
typeshed/README.md
typeshed/*.txt
typings/**
vsc-extension-quickstart.md