I asked claude code (with graphify setup done) to ensure graphiphy respects all .gitignore files, including nested files. And there is claude code answer:
Key finding: graphify only reads the ignore file in the scan-root's ancestor chain — i.e. just the root .gitignore when scanning from the repo root. It does NOT read nested .gitignore files.
Could you please fix this issue?
I asked claude code (with graphify setup done) to ensure graphiphy respects all .gitignore files, including nested files. And there is claude code answer:
Could you please fix this issue?