MCPcopy Create free account
hub / github.com/LunaSource/Luna / Description

Method Description

config/config.go:46–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45func 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:"},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected