mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 10:17:39 +02:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
# Ignore logs and .nextflow directory
|
|
.nextflow*
|
|
# Ignore default work directory
|
|
work/
|
|
# Ignore default nf-test directory
|
|
.nf-test*
|
|
|
|
# nf-core
|
|
# Ignore results directory
|
|
results/
|