Skip to content

Commit

Permalink
Fix gitignore in output/report folders of template (#63)
Browse files Browse the repository at this point in the history
* Do not ignore gitignore files in output/report folders

* Update changelog

* fix changelog
  • Loading branch information
grst authored Nov 20, 2024
1 parent 0861958 commit 6de46a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning][].

## [Unreleased]

### Template updates

- Do not ignore gitignore files in output/report directories of template ([#63](https://github.com/Boehringer-Ingelheim/dso/pull/63))

## v0.10.0

### Template updates
- Improve instruction text in quarto template to get users started more quickly ([#40](https://github.com/Boehringer-Ingelheim/dso/pull/40))
- Add `.gitignore` catch-all clauses for `output` and `report` folders in stages to not pick up data and repots being tracked via git ([#46](https://github.com/Boehringer-Ingelheim/dso/issues/46)).
Expand Down
1 change: 1 addition & 0 deletions src/dso/templates/stage/bash/output/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
1 change: 1 addition & 0 deletions src/dso/templates/stage/quarto/output/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
1 change: 1 addition & 0 deletions src/dso/templates/stage/quarto/report/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore

0 comments on commit 6de46a8

Please sign in to comment.