mirror of https://github.com/Sonarr/Sonarr
18 lines
313 B
YAML
18 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/**/*']
|