Load and parse .gitignore files (or any list of pattern strings using the same pattern syntax) to produce an IgnoreList, which can be used to ignore specific files and folders during (for example) a file copy operation.
Info
Version: | 3.0.2 |
Author(s): | Mark Ashley Bell |
Last Update: | Sunday, October 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/markashleybell/MAB.DotIgnore |
NuGet Url: | https://www.nuget.org/packages/MAB.DotIgnore |
Install
Install-Package MAB.DotIgnore
dotnet add package MAB.DotIgnore
paket add MAB.DotIgnore
MAB.DotIgnore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags