mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
2047e3a5e4
* Rename text to RetroLab * More renaming * More renaming * Rename files * Update deps * Update logo * Lint * Update README.md * Minor CSS fix * Update tour * Update screencasts in README.md
26 lines
460 B
Plaintext
26 lines
460 B
Plaintext
include LICENSE
|
|
include README.md
|
|
include pyproject.toml
|
|
include jupyter-config/retrolab.json
|
|
|
|
include package.json
|
|
include install.json
|
|
include ts*.json
|
|
|
|
graft retrolab/labextension
|
|
graft retrolab/static
|
|
graft retrolab/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
|