feat: support .gitignore files #19

Merged
brianmcgee merged 3 commits from feat/support-gigignore into main 2024-01-11 20:52:23 +00:00
Showing only changes of commit fcb8aa6312 - Show all commits

View File

@ -51,7 +51,7 @@ func walkGit(ctx context.Context, root string, fn filepath.WalkFunc) error {
cmd.Stdout = w
cmd.Stderr = w
eg, ctx := errgroup.WithContext(ctx)
eg := errgroup.Group{}
eg.Go(func() error {
scanner := bufio.NewScanner(r)