Ignoring repositories

This commit is contained in:
Oliver Davies 2025-07-31 22:57:02 +01:00
parent 0ee35feeb1
commit 3f84eaf185
4 changed files with 26 additions and 1 deletions

View file

@ -11,6 +11,7 @@ import (
type Config struct {
Depth string `yaml:"depth"`
Directories []string `yaml:"directories"`
IgnoredRepos []string `yaml:"ignored"`
}
func getConfigPath() (string, error) {