go-gitignore icon indicating copy to clipboard operation
go-gitignore copied to clipboard

switch from filepath match to doublestar

Open InTheCloudDan opened this issue 3 years ago • 0 comments

This PR uses the doublestar library to allow ** matching for ignores. doublestar v4 requires go 1.16 or higher. I also created an initial go.mod for the repo.

InTheCloudDan avatar Aug 10 '21 10:08 InTheCloudDan