9 lines
93 B
Text
9 lines
93 B
Text
### Nextflow gitignore ###
|
|
.nextflow*
|
|
work/
|
|
data/
|
|
results/
|
|
.DS_Store
|
|
testing/
|
|
testing*
|
|
*.pyc
|