https://github.com/galaxyproject/pulsar
Raw File
Tip revision: 9eb6a8e5232bd35b93882ec7c3c6133c502859ac authored by John Chilton on 15 January 2024, 17:45:22 UTC
Starting work on 0.15.7
Tip revision: 9eb6a8e
.gitignore
syntax: glob

.tox
build
dist
*.egg
*.egg-info
docs/_build
docs/plantuml.jar
cache
*.pyc
*~
*.swp
*.swo
.coverage
local_env.sh
coverage_html_report
files/staging
files/persisted_data
docker/coexecutor/*whl
app.yml
server.ini
job_managers.ini
*.pem
*.cert
*.key
.venv
*.log
*.pid
toolbox
dependencies
dependency_resolvers_conf.xml
job_metrics_conf.xml
.DS_Store
.idea
back to top