mirror of
https://github.com/Steffo99/jupyterlab-theme-sophon.git
synced 2024-11-24 17:14:29 +00:00
24 lines
443 B
Text
24 lines
443 B
Text
|
include LICENSE
|
||
|
include README.md
|
||
|
include pyproject.toml
|
||
|
include jupyter-config/jupyterlab_theme_sophon.json
|
||
|
|
||
|
include package.json
|
||
|
include install.json
|
||
|
include ts*.json
|
||
|
|
||
|
graft jupyterlab_theme_sophon/labextension
|
||
|
|
||
|
# 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
|