You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
500 B
26 lines
500 B
include LICENSE
|
|
include README.md
|
|
include pyproject.toml
|
|
include jupyter-config/jupyterlab-classic.json
|
|
|
|
include package.json
|
|
include install.json
|
|
include ts*.json
|
|
|
|
graft jupyterlab_classic/labextension
|
|
graft jupyterlab_classic/static
|
|
graft jupyterlab_classic/templates
|
|
|
|
# Javascript files
|
|
graft src
|
|
graft style
|
|
prune **/node_modules
|
|
prune lib
|
|
|
|
# Patterns to exclude from any directory
|
|
global-exclude *~
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude .git
|
|
global-exclude .ipynb_checkpoints
|