From 96b566ce1cd95e6d2b5d5be7b8fba67494abdba5 Mon Sep 17 00:00:00 2001 From: "l.feng" <43399351+msclock@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:34:50 +0800 Subject: [PATCH] fix: copier include config (#65) Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> --- copier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copier.yml b/copier.yml index 8f919532..2b7694df 100644 --- a/copier.yml +++ b/copier.yml @@ -1,6 +1,6 @@ --- # Copier will load all these files -!include includes/copier.*.yml +!include template/copier.*.yml --- _exclude: - .copier-answers.*.yml