Is there an option that'll allow me to tell claudemem to ignore folders and files in .gitignore?
It keeps trying to index large JSON files that are part of my app's artifacts, and should not be indexed. I couldn't seem to find an option like this in the docs.
Edit: As a workaround, I manually added the folders I wanted to ignore to claudemem.json's exclusion list -- but it would be really nice if I can just tell it to read .gitignore instead!
Is there an option that'll allow me to tell claudemem to ignore folders and files in .gitignore?
It keeps trying to index large JSON files that are part of my app's artifacts, and should not be indexed. I couldn't seem to find an option like this in the docs.
Edit: As a workaround, I manually added the folders I wanted to ignore to
claudemem.json's exclusion list -- but it would be really nice if I can just tell it to read .gitignore instead!