I'd used CKB some previously, had issues, and disabled it. I just tried updating to CKB 9.0, saw the "LIP integration" instructions, built the lip CLI, and ran lip index on a repo.
lip got bogged down indexing every file in the repo, including everything in node_modules and some other gitignored folders that had source files that were assorted local dev artifacts.
I would think at a minimum it ought to default to not indexing anything that is gitignored, similar to how rg and other tools will intelligently use ignore rules.
I'd used CKB some previously, had issues, and disabled it. I just tried updating to CKB 9.0, saw the "LIP integration" instructions, built the
lipCLI, and ranlip indexon a repo.lipgot bogged down indexing every file in the repo, including everything innode_modulesand some other gitignored folders that had source files that were assorted local dev artifacts.I would think at a minimum it ought to default to not indexing anything that is gitignored, similar to how
rgand other tools will intelligently use ignore rules.