You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
416 B
Plaintext

include LICENSE
include *.md
include pyproject.toml
include package.json
include install.json
include ts*.json
include yarn.lock
graft jupyterlite_echo_kernel/labextension
# Javascript files
graft src
graft style
prune **/node_modules
prune lib
prune binder
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints