You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like using the filepath package would be our best bet. It has a built in glob function which finds all of the files in the current directory that match a certain pattern. However, the pattern matching is a bit different that how it would with a .gitignore. https://github.com/ryanuber/go-glob might be a good alternative.
It'd be great if we could do file/directory matching like a ignore file does in our yaml so we can do something like
The text was updated successfully, but these errors were encountered: