Skip to content

Commit

Permalink
Merge pull request #655 from NLeSC/650-skipifexists
Browse files Browse the repository at this point in the history
650-change-skipifexists
  • Loading branch information
lyashevska authored Sep 2, 2024
2 parents 6df50e1 + cf3c135 commit 2053c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions copier/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2053c73

Please sign in to comment.