mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 04:53:01 +00:00
24 lines
408 B
Plaintext
24 lines
408 B
Plaintext
include README.md
|
|
include COPYING.md
|
|
include setupegg.py
|
|
|
|
graft jupyterhub
|
|
graft scripts
|
|
graft share
|
|
prune share/jupyter/static/components
|
|
|
|
# Documentation
|
|
graft docs
|
|
|
|
# docs subdirs we want to skip
|
|
prune docs/build
|
|
prune docs/gh-pages
|
|
prune docs/dist
|
|
|
|
# Patterns to exclude from any directory
|
|
global-exclude *~
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude .git
|
|
global-exclude .ipynb_checkpoints
|