mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
74 lines
1.7 KiB
YAML
74 lines
1.7 KiB
YAML
---
|
|
area/admin:
|
|
- client/src/components/admin/**/*
|
|
- doc/source/admin/**/*
|
|
area/API:
|
|
- lib/galaxy/webapps/galaxy/api/**/*
|
|
area/auth:
|
|
- lib/galaxy/auth/**/*
|
|
- lib/galaxy/authnz/**/*
|
|
area/client:
|
|
- client/*
|
|
area/database:
|
|
- lib/galaxy/model/**/*
|
|
area/datatypes:
|
|
- lib/galaxy/datatypes/**/*
|
|
- lib/galaxy/config/sample/datatypes_conf.xml.sample
|
|
area/dependencies:
|
|
- lib/galaxy/dependencies/**/*
|
|
area/documentation:
|
|
- doc/**/*
|
|
area/jobs:
|
|
- lib/galaxy/jobs/**/*
|
|
area/libraries:
|
|
- client/src/components/LibraryFolder/**/*
|
|
- lib/galaxy/webapps/galaxy/api/libraries.py
|
|
area/objectstore:
|
|
- lib/galaxy/objectstore/**/*
|
|
area/packaging:
|
|
- packages/**/*
|
|
area/reports:
|
|
- client/src/reports/**/*
|
|
- lib/galaxy/webapps/reports/**/*
|
|
- templates/webapps/reports/**/*
|
|
area/scripts:
|
|
- scripts/**/*
|
|
area/security:
|
|
- lib/galaxy/security/**/*
|
|
area/testing:
|
|
- lib/galaxy_test/**/*
|
|
- run_tests.sh
|
|
- test/**/*
|
|
- test-data/**/*
|
|
area/testing/api:
|
|
- lib/galaxy_test/api/**/*
|
|
area/testing/integration:
|
|
- test/integration/**/*
|
|
- test/integration_selenium/**/*
|
|
area/testing/selenium:
|
|
- lib/galaxy/selenium/**/*
|
|
- lib/galaxy_test/selenium/**/*
|
|
area/tool-dependencies:
|
|
- lib/galaxy/tool_util/deps/**/*
|
|
area/tool-framework:
|
|
- lib/galaxy/tools/**/*
|
|
- lib/galaxy/tool_util/**/*
|
|
- lib/galaxy/webapps/galaxy/api/tools.py
|
|
area/tools:
|
|
- tools/**/*
|
|
- tool-data/**/*
|
|
area/toolshed:
|
|
- client/src/toolshed/**/*
|
|
- lib/galaxy/webapps/galaxy/api/toolshed.py
|
|
- lib/toolshed/**/*
|
|
- templates/webapps/tool_shed/**/*
|
|
area/UI-UX:
|
|
- client/src/**/*
|
|
- templates/**/*
|
|
area/util:
|
|
- lib/galaxy/util/**/*
|
|
area/visualizations:
|
|
- config/plugins/visualizations/**/*
|
|
area/workflows:
|
|
- lib/galaxy/workflow/**/*
|