File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ include LICENSE
2+ include README.rst
3+
4+ include setupbase.py
5+
6+ include js/tsconfig.json
7+ include js/package.json
8+ include js/webpack.config.js
9+ include sage_combinat_widgets/labextension/*.tgz
10+
11+ # Documentation
12+ graft docs
13+ exclude docs/\#*
14+ prune docs/build
15+ prune docs/dist
16+ prune docs/presentation
17+ prune docs/video
18+
19+ # Examples
20+ recursive-include examples *.ipynb *.py
21+
22+ # Tests
23+ prune tests
24+
25+ # Javascript files
26+ graft sage_combinat_widgets/nbextension
27+ graft js/src
28+ prune **/node_modules
29+ prune coverage
30+ prune js/lib
31+
32+ # Patterns to exclude from any directory
33+ global-exclude *~
34+ global-exclude *.pyc
35+ global-exclude *.pyo
36+ global-exclude .git
37+ global-exclude *checkpoint*
38+ global-exclude *Untitled*
You can’t perform that action at this time.
0 commit comments