mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
17 lines
313 B
YAML
17 lines
313 B
YAML
'connection':
|
|
- src/NzbDrone.Core/Notifications/**/*
|
|
|
|
'db-migration':
|
|
- src/NzbDrone.Core/Datastore/Migration/*
|
|
|
|
'download-client':
|
|
- src/NzbDrone.Core/Download/Clients/**/*
|
|
|
|
'indexer':
|
|
- src/NzbDrone.Core/Indexers/**/*
|
|
|
|
'parsing':
|
|
- src/NzbDrone.Core/Parser/**/*
|
|
|
|
'ui-only':
|
|
- all: ['frontend/**/*']
|