all repos — elgit @ f661e6e4ce1177352b5bc40238351920cc25a69b

fork of legit: web frontend for git, written in go

config: add repo.ignore

commit

f661e6e4ce1177352b5bc40238351920cc25a69b

parent

2b57b6e0b1b936f45aa4ed8fd0ed2f57b7d370f3

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M config/config.goconfig/config.go
@@ -12,6 +12,7 @@ Repo struct {
ScanPath string `yaml:"scanPath"` Readme []string `yaml:"readme"` MainBranch []string `yaml:"mainBranch"` + Ignore []string `yaml:"ignore,omitempty"` } `yaml:"repo"` Dirs struct { Templates string `yaml:"templates"`