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