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
| Field | Type | Purpose |
|---|---|---|
exclude | string[] | Glob patterns of files to never index. Stacked on top of .gitignore. |
entryPoints | string[] | 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
.mcp.json, MCP server registration for VS Code.claude/settings.json, Claude Code hooks and permissions- Security exclusions, what's hidden by default and why