forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
144 lines (114 loc) · 2.02 KB
/
.gitignore
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# project files
coverage/
.eslintcache
.stylelintcache
dev_mode/listings
dev_mode/schemas
dev_mode/static
dev_mode/themes
dev_mode/workspaces
dev_mode/stats.json
docs/_build
docs/source/user/commands_list.md
docs/source/extension/plugins_list.rst
docs/source/extension/tokens_list.rst
docs/api
**/docs/source/_build
examples/app/build
examples/app/themes
examples/app/schemas
examples/**/static
examples/federated/labextensions
junit.xml
jupyterlab/galata/@jupyterlab
jupyterlab/geckodriver
jupyterlab/static
jupyterlab/schemas
jupyterlab/themes
jupyterlab/style.js
jupyterlab/tests/**/static
jupyterlab/tests/**/labextension
ui-tests/test-output
# Remove after next release
jupyterlab/imports.css
packages/codemirror/test/foo*.js
packages/nbconvert-css/style/
packages/services/examples/node/config.json
packages/services/examples/browser/tmp
packages/theme-*/static
tests/**/coverage
tests/**/.cache-loader
# galata
galata/benchmark-results
galata/playwright-report
galata/test-results
galata/*benchmark-expected.json
package_json.tar.gz
# javascript/typescript
lib
node_modules
*.tsbuildinfo
lerna-debug.log
yarn-error.log
# python
.cache
*.py[co]
.pytest_cache
__pycache__
*.egg-info
.ipynb_checkpoints
pip-wheel-metadata
Pipfile
Pipfile.lock
# xeus-python debug logs
xpython_debug_logs
xeus.log
build
dist
MANIFEST
# misc
*~
*.bak
*.map
*.swp
.DS_Store
.log/
\#*#
.#*
*.swp
*.map
coverage/
tests/**/coverage
tests/**/.cache-loader
docs/_build
docs/api
docs/source/_build
packages/services/examples/node/config.json
examples/app/build
examples/app/themes
examples/app/schemas
iframe_figures/
lerna-debug.log
yarn-error.log
# yarn >=2.x local files
.yarn/*
.pnp.*
jupyterlab/staging/.yarn/*
jupyterlab/staging/.pnp.*
# copied changelog file
docs/source/getting_started/changelog.md
junit.xml
*.tsbuildinfo
# jetbrains IDE stuff
*.iml
.idea/
# ms IDE stuff
*.code-workspace
.history
.vscode/*
!.vscode/extension.json
.jupyter_releaser_checkout
# generated LSP interfaces
packages/lsp/src/_*
# generated reports
webpack-bundle-analyzer.html