Documentation ¶
Overview ¶
Configuration file
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfigFilePaths = []string{".dirmap.yml", "dirmap.yml"}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Targets Targets `yaml:"targets"` Ignores []string `yaml:"ignores,omitempty"` GitIgnore *gitignore.GitIgnore `yaml:"-"` // contains filtered or unexported fields }
func (*Config) LoadGitIgnore ¶ added in v0.2.0
LoadGitIgnore loads all .gitignore files recursively
Click to show internal directories.
Click to hide internal directories.