2020-12-04 21:15:41 +08:00
|
|
|
include LICENSE
|
2021-07-14 21:11:46 +08:00
|
|
|
include *.md
|
2020-12-04 21:15:41 +08:00
|
|
|
include pyproject.toml
|
2021-07-22 23:19:59 +08:00
|
|
|
include setup.py
|
2022-01-18 23:43:12 +08:00
|
|
|
include jupyter-config/notebook.json
|
2020-12-04 21:15:41 +08:00
|
|
|
|
|
|
|
include package.json
|
|
|
|
include install.json
|
|
|
|
include ts*.json
|
|
|
|
|
2022-01-18 23:43:12 +08:00
|
|
|
graft notebook/labextension
|
|
|
|
graft notebook/static
|
|
|
|
graft notebook/templates
|
2020-12-07 23:37:15 +08:00
|
|
|
|
2020-12-04 21:15:41 +08:00
|
|
|
# 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
|