Skip to content

Commit

Permalink
Fix for Issue #46 (#47)
Browse files Browse the repository at this point in the history
* Add * to output

* Add report to gitignore

* Add * to gitignore

* Changelog for #46

* pre-commit autofixes
  • Loading branch information
apeltzer authored Nov 6, 2024
1 parent 9b0233c commit 0929573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning][].
### Fixes
- Remove vendored `hiyapyco` code since required changes were released upstream in v0.7.0 ([#45](https://github.com/Boehringer-Ingelheim/dso/pull/45)).
- `None` values in `params.in.yaml` can now be used to override anything, e.g. to disable watermarking only in a specific stage ([#45](https://github.com/Boehringer-Ingelheim/dso/pull/45)).
- 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)).

## v0.9.0

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
@@ -0,0 +1 @@
*
1 change: 1 addition & 0 deletions src/dso/templates/stage/quarto/output/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
1 change: 1 addition & 0 deletions src/dso/templates/stage/quarto/report/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*

0 comments on commit 0929573

Please sign in to comment.