go-gitignore
go-gitignore copied to clipboard
switch from filepath match to doublestar
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.