Ignoring repositories
This commit is contained in:
parent
0ee35feeb1
commit
3f84eaf185
4 changed files with 26 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ import (
|
|||
type Config struct {
|
||||
Depth string `yaml:"depth"`
|
||||
Directories []string `yaml:"directories"`
|
||||
IgnoredRepos []string `yaml:"ignored"`
|
||||
}
|
||||
|
||||
func getConfigPath() (string, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue