chore: Add gitignore
This commit is contained in:
parent
7743bf31c6
commit
58b18cc2c9
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
### Nextflow gitignore ###
|
||||
.nextflow*
|
||||
work/
|
||||
data/
|
||||
results/
|
||||
.DS_Store
|
||||
testing/
|
||||
testing*
|
||||
*.pyc
|
Loading…
Reference in a new issue