mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-18 19:44:24 -04:00
31 lines
654 B
YAML
31 lines
654 B
YAML
---
|
|
exclude_paths:
|
|
- '.github/**'
|
|
- 'CHANGELOG.md'
|
|
- '**/CHANGELOG.md'
|
|
- 'changelog/**'
|
|
- '**/changelog/**'
|
|
- 'docs/**'
|
|
- '**/docs/**'
|
|
- '**/pkg/proto/**'
|
|
- 'protogen/**'
|
|
- 'scripts/**'
|
|
- 'idp/ui_config/**'
|
|
- 'idp/scripts/**'
|
|
- 'idp/src/**'
|
|
- 'devtools/**'
|
|
- 'deployments/**'
|
|
- "release-config.ts"
|
|
- 'tests/acceptance/expected-failures-*.md'
|
|
- 'tests/acceptance/bootstrap/**'
|
|
- 'tests/acceptance/TestHelpers/**'
|
|
- 'tests/acceptance/scripts/run.sh'
|
|
- 'vendor/**/*'
|
|
- 'vendor-bin/**'
|
|
- 'tests/ocwrapper/vendor/**'
|
|
- '**/mocks/**'
|
|
- '**/pkg/config/**'
|
|
- '**/pkg/metrics/**'
|
|
- '**/pkg/revaconfig/**'
|
|
...
|