From 07dda0895889f1452d5a19e8a27238258350769d Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Mon, 2 Sep 2024 13:51:43 +0200 Subject: [PATCH 1/2] adjusr settings --- copier/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copier/settings.yml b/copier/settings.yml index cd2071bd..2593015b 100644 --- a/copier/settings.yml +++ b/copier/settings.yml @@ -3,8 +3,8 @@ _subdirectory: template # Settings like `_skip_if_exists` are merged _skip_if_exists: - - "pyproject.toml" - - CITATION.cff - LICENSE - CHANGELOG.md - CODE_OF_CONDUCT.md + - .gitignore + - .editorconfig From cf3c1353f899c03a03b9a043305ddc16bb17e076 Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Mon, 2 Sep 2024 14:10:25 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55117537..0dca3482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ ### Added +* Add .gitignore and .editorconfig to the list of files that are not updated if they exist [#655](https://github.com/NLeSC/python-template/pull/655) + ### Changed ### Removed +* Remove pyproject.toml and CITATION.cff from the list of files that are not updated if they exist [#655](https://github.com/NLeSC/python-template/pull/655) + ## [0.6.0] ### Added