diff --git a/app/config.go b/app/config.go index 55e739e..51ee041 100644 --- a/app/config.go +++ b/app/config.go @@ -32,6 +32,7 @@ type scanConfig struct { } // Create a fresh config with sensible defaults. +// TODO: fd '\.env' -HI ~/ -E '*\.envrc' -E '\.env\.example' -E '\.local/' -E 'vendor' -E 'node_modules' func NewConfig(privateKeyPaths []string) Config { var keys = []SshKeyPair{}