-
Notifications
You must be signed in to change notification settings - Fork 505
/
.gitignore
59 lines (49 loc) · 1.07 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
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/config.rst
node_modules
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
*.swp
*.map
.idea/
.vscode/
Read the Docs
config.rst
/.project
/.pydevproject
package-lock.json
share/jupyter/voila/templates/base/static/*voila.js
share/jupyter/voila/templates/base/static/*treepage.js
share/jupyter/voila/templates/base/static/*voila-style.js
share/jupyter/voila/templates/base/static/*.woff
share/jupyter/voila/templates/base/static/*.woff2
share/jupyter/voila/templates/base/static/*.eot
share/jupyter/voila/templates/base/static/*.svg
share/jupyter/voila/templates/base/static/*.ttf
share/jupyter/voila/templates/base/static/labvariables.css
share/jupyter/voila/templates/base/static/materialcolors.css
share/jupyter/voila/templates/base/static/*.LICENSE.txt
lib
voila/labextensions
tsconfig.tsbuildinfo
ui-tests/playwright-report
ui-tests/test-results
ui-tests/benchmark-results
ui-tests/jlab_root
.yarn/
share/jupyter/voila/schemas
share/jupyter/voila/themes
share/jupyter/voila/style.js