Skip to content

Commit

Permalink
Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Sep 16, 2024
1 parent 732d065 commit 0d25dad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions file.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ func (f *FileWalker) walkDirectoryRecursive(iteration int, directory string, git

gitIgnore := gitignore.New(bytes.NewReader(c), abs, nil)
ignores = append(ignores, gitIgnore)
fmt.Println(">>>>>>", gitIgnore)
}
}

Expand All @@ -327,8 +328,10 @@ func (f *FileWalker) walkDirectoryRecursive(iteration int, directory string, git
return err
}

fmt.Println(c)
//extractGitModuleFolders()
fmt.Println("//////")
fmt.Println(filepath.Join(directory, file.Name()))
fmt.Println(extractGitModuleFolders(string(c)))
fmt.Println("//////")
}
}
}
Expand Down

0 comments on commit 0d25dad

Please sign in to comment.