From 62ce0c96ac131e975e4c71b841086a23353c5eec Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Fri, 4 Oct 2024 13:42:01 +0200 Subject: [PATCH 1/3] Update .gitignore include null/ for people that forget outdir --- nf_core/pipeline-template/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/nf_core/pipeline-template/.gitignore b/nf_core/pipeline-template/.gitignore index 5124c9ac77..047c82cca7 100644 --- a/nf_core/pipeline-template/.gitignore +++ b/nf_core/pipeline-template/.gitignore @@ -2,6 +2,7 @@ work/ data/ results/ +null/ .DS_Store testing/ testing* From 0c6f4b8658c7fb64e45552b3c010b8f3a7960365 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 10 Oct 2024 17:41:17 +0200 Subject: [PATCH 2/3] Update .gitignore --- nf_core/pipeline-template/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/.gitignore b/nf_core/pipeline-template/.gitignore index 047c82cca7..a42ce0162e 100644 --- a/nf_core/pipeline-template/.gitignore +++ b/nf_core/pipeline-template/.gitignore @@ -2,8 +2,8 @@ work/ data/ results/ -null/ .DS_Store testing/ testing* *.pyc +null/ From 853060b23a820778ce5473c724d7edfde31edd6c Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 10 Oct 2024 18:22:31 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b215214cd..b2c622891d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Template +- Add null/ to .gitignore ([#3191](https://github.com/nf-core/tools/pull/3191)) + ### Download ### Linting