|
1 | 1 | { |
2 | 2 | "template": "https://github.com/scverse/cookiecutter-scverse", |
3 | | - "commit": "87a407a65408d75a949c0b54b19fd287475a56f8", |
4 | | - "checkout": "v0.4.0", |
| 3 | + "commit": "d383d94fadff9e4e6fdb59d77c68cb900d7cedec", |
| 4 | + "checkout": "v0.6.0", |
5 | 5 | "context": { |
6 | 6 | "cookiecutter": { |
7 | 7 | "project_name": "scverse-tutorials", |
|
10 | 10 | "author_full_name": "scverse team", |
11 | 11 | "author_email": "[email protected]", |
12 | 12 | "github_user": "scverse", |
13 | | - "project_repo": "https://github.com/scverse/scverse-tutorials", |
| 13 | + "github_repo": "scverse-tutorials", |
14 | 14 | "license": "BSD 3-Clause License", |
| 15 | + "ide_integration": true, |
15 | 16 | "_copy_without_render": [ |
16 | 17 | ".github/workflows/build.yaml", |
17 | 18 | ".github/workflows/test.yaml", |
18 | 19 | "docs/_templates/autosummary/**.rst" |
19 | 20 | ], |
| 21 | + "_exclude_on_template_update": [ |
| 22 | + ".github/ISSUE_TEMPLATE/**", |
| 23 | + "environment.yml", |
| 24 | + "*.md", |
| 25 | + "src/**", |
| 26 | + "docs/*.md", |
| 27 | + "docs/notebooks/**", |
| 28 | + "docs/references.bib", |
| 29 | + "tests/**", |
| 30 | + "tutorial-registry/**" |
| 31 | + ], |
20 | 32 | "_render_devdocs": false, |
21 | 33 | "_jinja2_env_vars": { |
22 | 34 | "lstrip_blocks": true, |
23 | 35 | "trim_blocks": true |
24 | 36 | }, |
25 | | - "_template": "https://github.com/scverse/cookiecutter-scverse" |
| 37 | + "_template": "https://github.com/scverse/cookiecutter-scverse", |
| 38 | + "_commit": "d383d94fadff9e4e6fdb59d77c68cb900d7cedec" |
26 | 39 | } |
27 | 40 | }, |
28 | 41 | "directory": null |
|
0 commit comments