addlicense icon indicating copy to clipboard operation
addlicense copied to clipboard

Fix ignore on Windows

Open 06393993 opened this issue 7 months ago • 0 comments

fileMatches will receive paths with native path separators(i.e. \ on Windows). Per the doc doublestar.Match doesn't work as expected with \, and filepath.ToSlash() should be used to handle such case.

06393993 avatar Jul 08 '24 15:07 06393993