fix: use default

This commit is contained in:
2021-12-11 20:13:55 +01:00
parent 85a543afac
commit 8e56607cc9

View File

@ -128,7 +128,8 @@ func getExcludesFile(cfg *gitConfigPkg.Config) string {
}
}
}
return ""
return "~/.gitignore"
}
func parseExcludesFile(excludesfile string) ([]gitignore.Pattern, error) {