forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
120 lines (95 loc) · 1.54 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
# project files
coverage/
dev_mode/listings
dev_mode/schemas
dev_mode/static
dev_mode/themes
dev_mode/workspaces
dev_mode/stats.json
docs/_build
docs/api
**/docs/source/_build
examples/app/build
examples/app/themes
examples/app/schemas
examples/**/static
examples/federated/labextensions
junit.xml
jupyterlab/geckodriver
jupyterlab/static
jupyterlab/schemas
jupyterlab/themes
jupyterlab/style.js
jupyterlab/tests/**/static
jupyterlab/tests/**/labextension
# Remove after next release
jupyterlab/imports.css
packages/nbconvert-css/style/
packages/services/examples/node/config.json
packages/services/examples/browser/tmp
packages/theme-*/static
tests/**/coverage
tests/**/.cache-loader
# javascript/typescript
lib
node_modules
*.tsbuildinfo
lerna-debug.log
yarn-error.log
storybook-static
# 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
# copied changelog file
docs/source/getting_started/changelog.md
junit.xml
*.tsbuildinfo
# jetbrains IDE stuff
*.iml
.idea/
# ms IDE stuff
*.code-workspace
.history
.vscode
.vs
ui-tests/test-output
ui-tests/jlab_root
package_json.tar.gz
.jupyter_releaser_checkout