Skip to content

Commit 2053c73

Browse files
authored
Merge pull request #655 from NLeSC/650-skipifexists
650-change-skipifexists
2 parents 6df50e1 + cf3c135 commit 2053c73

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
### Added
66

7+
* 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)
8+
79
### Changed
810

911
### Removed
1012

13+
* 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)
14+
1115
## [0.6.0]
1216

1317
### Added

copier/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ _subdirectory: template
33

44
# Settings like `_skip_if_exists` are merged
55
_skip_if_exists:
6-
- "pyproject.toml"
7-
- CITATION.cff
86
- LICENSE
97
- CHANGELOG.md
108
- CODE_OF_CONDUCT.md
9+
- .gitignore
10+
- .editorconfig

0 commit comments

Comments
 (0)