mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
20 lines
385 B
YAML
20 lines
385 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'
|
|
- 'ocis/docker/eos-ocis/Dockerfile'
|
|
- 'ocis/docker/eos-ocis-dev/Dockerfile'
|
|
- 'deployments/**'
|
|
|
|
...
|