()
| 196 | } |
| 197 | |
| 198 | func (c *Configuration) FetchIncludePaths() []string { |
| 199 | patterns, _ := c.Git.Get("lfs.fetchinclude") |
| 200 | return tools.CleanPaths(patterns, ",") |
| 201 | } |
| 202 | |
| 203 | func (c *Configuration) FetchExcludePaths() []string { |
| 204 | patterns, _ := c.Git.Get("lfs.fetchexclude") |