Configuration

.larkx/config.json

The single per-project config file.

Default config

json
{
  "exclude": [
    ".env", ".env.*",
    "*.key", "*.pem", "*.cert", "*.crt",
    "*.p12", "*.pfx", "*.jks",
    "credentials*", "secrets/", "private/",
    "*.secret", "*.token"
  ],
  "entryPoints": []
}

Fields

FieldTypePurpose
excludestring[]Glob patterns of files to never index. Stacked on top of .gitignore.
entryPointsstring[]Files or folders treated as reachability seeds.
Security defaultsThe default exclude patterns protect credentials and keys from appearing in the index. Learn more.

Other configuration files