mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
599e504a1a
`bower install` in package repo fetches components
25 lines
410 B
Plaintext
25 lines
410 B
Plaintext
include COPYING.md
|
|
include CONTRIBUTING.md
|
|
include README.md
|
|
include bower.json
|
|
include .bowerrc
|
|
|
|
# Documentation
|
|
graft docs
|
|
exclude docs/\#*
|
|
|
|
# Examples
|
|
graft examples
|
|
|
|
# docs subdirs we want to skip
|
|
prune docs/build
|
|
prune docs/gh-pages
|
|
prune docs/dist
|
|
|
|
# Patterns to exclude from any directory
|
|
global-exclude *~
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude .git
|
|
global-exclude .ipynb_checkpoints
|