mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-16 17:45:39 -06:00
23 lines
512 B
YAML
23 lines
512 B
YAML
---
|
|
exclude_paths:
|
|
- '.github/**'
|
|
- 'CHANGELOG.md'
|
|
- '**/CHANGELOG.md'
|
|
- 'changelog/**'
|
|
- '**/changelog/**'
|
|
- 'docs/**'
|
|
- '**/docs/**'
|
|
- '**/pkg/proto/**'
|
|
- 'idp/ui_config/**'
|
|
- 'idp/scripts/**'
|
|
- 'settings/rollup.config.js'
|
|
- 'accounts/rollup.config.js'
|
|
- 'deployments/**'
|
|
- 'tests/acceptance/expected-failures-*.md'
|
|
- 'tests/acceptance/bootstrap/**'
|
|
- 'tests/acceptance/TestHelpers/**'
|
|
- 'tests/acceptance/scripts/run.sh'
|
|
- 'vendor/**/*'
|
|
- 'tests/ocwrapper/vendor/**'
|
|
...
|