Skip to content

Commit 6ae6f14

Browse files
committed
Make gitignore match template
1 parent 646fc92 commit 6ae6f14

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.gitignore

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
*.pyc
2-
.DS_Store
31
.nextflow*
4-
.nf-test.log
2+
work/
53
data/
4+
results/
5+
.DS_Store
6+
testing/
7+
testing*
8+
*.pyc
9+
.nf-test.log
610
nf-test
711
.nf-test*
8-
results/
912
test.xml
10-
testing*
11-
testing/
12-
work/

.nf-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ lint:
77
- lib/Utils.groovy
88
- lib/WorkflowMain.groovy
99
files_unchanged:
10-
- .gitignore
10+
- '.gitignore'
1111
- assets/sendmail_template.txt

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
4242
- [PR #262](https://github.com/nf-core/fetchngs/pull/262) - Use nf-test version v0.8.4 and remove implicit tags
4343
- [PR #263](https://github.com/nf-core/fetchngs/pull/263) - Refine tags used for workflows
4444
- [PR #264](https://github.com/nf-core/fetchngs/pull/264) - Remove synapse workflow from pipeline
45+
- [PR #266](https://github.com/nf-core/fetchngs/pull/266) - Make .gitignore match template
4546

4647
### Software dependencies
4748

0 commit comments

Comments
 (0)