-
Notifications
You must be signed in to change notification settings - Fork 22
/
.vscodeignore
69 lines (68 loc) · 1.01 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
**/*.map
**/*.analyzer.html
*.vsix
.editorconfig
.env
.eslintrc
.gitattributes
.gitignore
.gitmodules
.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.*
.github/**
.mocha-reporter/**
.nvm/**
.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/pythonFiles/**
out/src/**
out/test/**
out/testMultiRootWkspc/**
precommit.hook
pythonFiles/**/*.pyc
pythonFiles/lib/**/*.egg-info/**
pythonFiles/lib/python/bin/**
pythonFiles/jedilsp_requirements/**
pythonFiles/tests/**
scripts/**
src/**
test/**
tmp/**
typings/**
types/**