Map<String, dynamic> toYaml() { return { 'path': path, 'type': type, 'exclusions': exclusions, 'recursive': recursive, }; }