add nextflow d30e48d
This commit is contained in:
48
nextflow/.gitignore
vendored
Normal file
48
nextflow/.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
.idea/**
|
||||
.gradle
|
||||
.*.log*
|
||||
.cache/*
|
||||
.vagrant/*
|
||||
.cache/*
|
||||
.nextflow*
|
||||
.node-nextflow*
|
||||
.devcontainer
|
||||
.vscode/*
|
||||
.lineage/
|
||||
*/*/bin/*
|
||||
**/build/**
|
||||
build/**
|
||||
modules/**/build/
|
||||
modules/**/*.iml
|
||||
modules/nextflow/work/
|
||||
**/out/*
|
||||
tmp/*
|
||||
work/*
|
||||
nextflow.eml
|
||||
nextflow.iml
|
||||
Vagrantfile
|
||||
resources/*
|
||||
test/*
|
||||
tools/*
|
||||
tests_other
|
||||
other
|
||||
docs/_build/
|
||||
./*.txt
|
||||
errors/
|
||||
misc/
|
||||
cloud/my-*
|
||||
docker-test
|
||||
docker/dist
|
||||
docker/nextflow
|
||||
temp
|
||||
.dockerignore
|
||||
.launch.classpath
|
||||
plugins-prod
|
||||
/minio
|
||||
/sandbox
|
||||
/wave-tests
|
||||
/test-sched
|
||||
/test-module
|
||||
/results
|
||||
/x/*
|
||||
mise.toml
|
||||
Reference in New Issue
Block a user