()
| 44 | |
| 45 | func GetDefaultConfig() Config { |
| 46 | return Config{ |
| 47 | IgnoredFiles: []string{}, |
| 48 | IgnoredPatterns: []string{"*.exe", "*.dll", "*.png", "*.jpg", "*.jpeg", "*.gif", "*.bin"}, |
| 49 | CommitPrefixes: []string{"chore:", "refactor:", "feat:", "fix:", "docs:", "test:"}, |
nothing calls this directly
no outgoing calls
no test coverage detected