We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93fbe7 commit a13625eCopy full SHA for a13625e
1 file changed
copier.yaml
@@ -12,6 +12,10 @@ _exclude:
12
- ".DS_Store"
13
- ".svn"
14
# Do not add the dummy example when updating
15
+ - "{% if _copier_operation == 'update' -%}workflow/envs/shell.yaml{% endif %}"
16
+ - "{% if _copier_operation == 'update' -%}workflow/internal/config.schema.yaml{% endif %}"
17
+ - "{% if _copier_operation == 'update' -%}workflow/internal/settings.yaml{% endif %}"
18
+ - "{% if _copier_operation == 'update' -%}workflow/rules/automatic.smk{% endif %}"
19
- "{% if _copier_operation == 'update' -%}workflow/rules/dummy.smk{% endif %}"
20
- "{% if _copier_operation == 'update' -%}workflow/scripts/dummy_script.py{% endif %}"
21
_skip_if_exists:
0 commit comments