From 0929573d8df434d4210d1d74c4082d8a846e695c Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Wed, 6 Nov 2024 16:47:23 +0100 Subject: [PATCH] Fix for Issue #46 (#47) * Add * to output * Add report to gitignore * Add * to gitignore * Changelog for #46 * pre-commit autofixes --- CHANGELOG.md | 1 + src/dso/templates/stage/bash/output/.gitignore | 1 + src/dso/templates/stage/quarto/output/.gitignore | 1 + src/dso/templates/stage/quarto/report/.gitignore | 1 + 4 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c38ca..6dde054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/dso/templates/stage/bash/output/.gitignore b/src/dso/templates/stage/bash/output/.gitignore index e69de29..72e8ffc 100644 --- a/src/dso/templates/stage/bash/output/.gitignore +++ b/src/dso/templates/stage/bash/output/.gitignore @@ -0,0 +1 @@ +* diff --git a/src/dso/templates/stage/quarto/output/.gitignore b/src/dso/templates/stage/quarto/output/.gitignore index e69de29..72e8ffc 100644 --- a/src/dso/templates/stage/quarto/output/.gitignore +++ b/src/dso/templates/stage/quarto/output/.gitignore @@ -0,0 +1 @@ +* diff --git a/src/dso/templates/stage/quarto/report/.gitignore b/src/dso/templates/stage/quarto/report/.gitignore index e69de29..72e8ffc 100644 --- a/src/dso/templates/stage/quarto/report/.gitignore +++ b/src/dso/templates/stage/quarto/report/.gitignore @@ -0,0 +1 @@ +*