Skip to content

STRUCT

BuildableFolder

Contents

swift
public struct BuildableFolder: Codable, Equatable, Hashable

Properties

path

swift
public var path: FilePath

exceptions

swift
public var exceptions: [FilePath]

Methods

init(_:exceptions:)

swift
public init(
    _ path: FilePath,
    exceptions: [FilePath]
)