Clear-Files.psd1

@{
    RootModule = 'Clear-Files.psm1'
    ModuleVersion = '1.0.0.0'
    GUID = '695d397b-bbbc-4f23-bc20-f46507937cec'
    Author = 'Roy Ashbrook'
    CompanyName = 'ashbrook.io'
    Copyright = '(c) 2021 royashbrook. All rights reserved.'
    Description = 'Clears files from the current directory based on config.'
    FunctionsToExport = 'Clear-Files'
    AliasesToExport = @()
    CmdletsToExport = @()
    VariablesToExport = @()
}