File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ include pytest.ini
6
6
include .coverage.rc
7
7
8
8
include package.json
9
+ include webpack.config.js
9
10
include {{ cookiecutter.python_package_name }}/labextension/*.tgz
10
11
11
12
# Documentation
@@ -18,14 +19,16 @@ prune docs/dist
18
19
# Examples
19
20
graft examples
20
21
22
+ # Tests
23
+ graft tests
24
+ prune tests/build
25
+
21
26
# Javascript files
22
27
graft {{ cookiecutter.python_package_name }}/nbextension
23
- graft packages
24
- prune packages/**/node_modules
25
- prune packages/**/coverage
26
- prune packages/**/node_modules
27
- prune packages/**/lib
28
- prune packages/**/test/build
28
+ graft src
29
+ prune **/node_modules
30
+ prune coverage
31
+ prune lib
29
32
30
33
# Patterns to exclude from any directory
31
34
global-exclude *~
You can’t perform that action at this time.
0 commit comments