mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-06 17:44:08 +00:00
43 lines
787 B
Plaintext
43 lines
787 B
Plaintext
node_modules
|
|
*.py[co]
|
|
*~
|
|
.cache
|
|
.DS_Store
|
|
/build
|
|
dist
|
|
docs/_build
|
|
docs/build
|
|
docs/source/reference/metrics.md
|
|
|
|
.ipynb_checkpoints
|
|
.virtual_documents
|
|
|
|
jsx/build/
|
|
# ignore config file at the top-level of the repo
|
|
# but not sub-dirs
|
|
/jupyterhub_config.py
|
|
jupyterhub_cookie_secret
|
|
jupyterhub.sqlite
|
|
jupyterhub.sqlite*
|
|
share/jupyterhub/static/components
|
|
share/jupyterhub/static/css/style.css
|
|
share/jupyterhub/static/css/style.css.map
|
|
share/jupyterhub/static/css/style.min.css
|
|
share/jupyterhub/static/css/style.min.css.map
|
|
share/jupyterhub/static/js/admin-react.js*
|
|
*.egg-info
|
|
MANIFEST
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov
|
|
.idea/
|
|
.vscode/
|
|
.pytest_cache
|
|
pip-wheel-metadata
|
|
docs/source/reference/metrics.rst
|
|
oldest-requirements.txt
|
|
jupyterhub-proxy.pid
|
|
examples/server-api/service-token
|
|
|
|
*.hot-update*
|