-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (76 loc) · 1.31 KB
/
.gitignore
File metadata and controls
76 lines (76 loc) · 1.31 KB
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
__pycache__
!build/
!src/test/pythonEnvironments/**/*.*
!yarn.lock
.DS_Store
.eslintcache
.github_token
.huskyrc.json
.nyc_output
.pytest_cache
.python-version
.qlty/cache
.qlty/logs
.qlty/out
.qlty/plugin_cachedir
.qlty/results
.vs/
.vscode-test
.vscode-test-web
*.exe
*.i18n.json
*.nls.*.json
*.noseids
*.pyc
*.vsix
*.xlf
**/.mypy_cache/**
**/.venv*/
**/.vscode test/**
**/.vscode-smoke/**
**/.vscode-test/**
**/.vscode/.ropeproject/**
**/*.esbuild.meta.json
**/node_modules
**/testFiles/**/.cache/**
# Compilation of less to css
# Esbuild files
# Qlty cache directories
# translation files
bin/**
coverage/
cucumber-report.json
debug_coverage*/**
debug*.log
debugpy*.log
dist
l10n/
languageServer.*/**
languageServer/**
log.log
logs/**
nodeLanguageServer.*/**
nodeLanguageServer/**
npm-debug.log
obj/**
out
port.txt
precommit.hook
pydevd*.log
pythonFiles/lib/**
src/test/datascience/.venv*
src/test/datascience/temp/**
src/test/datascience/tmp/**
src/webviews/webview-side/interactive-common/variableExplorerGrid.css
src/webviews/webview-side/interactive-common/variableExplorerGrid.css.map
src/webviews/webview-side/react-common/seti/seti.css
src/webviews/webview-side/react-common/seti/seti.css.map
telemetry.json
temp
test-results*.xml
testresults.json
tmp
vscode.d.ts
vscode.proposed.*.d.ts
xunit-test-results.xml
tsconfig.tsbuildinfo