Build pipeline: viash-hub.toolbox.gunzip-zjfds
Source commit: add30ba0f3
Source message: add gitignore
18 lines
185 B
Plaintext
18 lines
185 B
Plaintext
*.DS_Store
|
|
*__pycache__
|
|
|
|
# IDE ignores
|
|
.idea/
|
|
.vscode/
|
|
|
|
# R specific ignores
|
|
.Rhistory
|
|
.Rproj.user
|
|
*.Rproj
|
|
|
|
# viash specific ignores
|
|
target/
|
|
|
|
# nextflow specific ignores
|
|
.nextflow*
|
|
work |