Skip to content

Commit c5d8862

Browse files
committed
Extend skip-if-exists for copier udates
1 parent fd549bd commit c5d8862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

copier.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ _skip_if_exists:
107107
# Files or dirs to not overwrite/update if they already exist in the project
108108
- LICENSE
109109
- README.md
110-
- project/*
111110
- docs/index.md
112111
- docs/about.md
112+
- examples/README.md
113+
- project/*
113114
- src/{{project_slug}}/datamodel/*
114115
- src/{{project_slug}}/schema/*
115116
- tests/test_data.py

0 commit comments

Comments
 (0)