refactor(odin): Ported init command.

This commit is contained in:
2026-06-12 09:16:28 -04:00
parent 191ba305ef
commit 5865315161
8 changed files with 441 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ func NewConfig(privateKeyPaths []string) Config {
Matcher: "\\.env",
Exclude: []string{
"*\\.envrc",
"\\.local/",
"\\.local",
"node_modules",
"vendor",
},