feat: added Config parsing.

This commit is contained in:
2026-04-23 18:28:41 -04:00
parent 217bb41394
commit 1a622cbb66
2 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"keys": [
{
"private": "/home/spencer/.ssh/id_ed25519",
"public": "/home/spencer/.ssh/id_ed25519.pub"
}
],
"scan": {
"matcher": "\\.env",
"exclude": [
"*\\.envrc",
"\\.local",
"node_modules",
"vendor"
],
"include": [
"~"
]
}
}