gitingest
gitingest copied to clipboard
Excluding a directory does not exclude files and directories inside it
As the title says, when you click a directory in the directory structure, it still includes all the files/directories inside it. This is problematic because people might want to exclude part of the code for llm's input to save tokens or for some other reasons.
True; that's a bug that has been here since probably forever, I'm looking to fix it by rewriting the include/exclude logic
I will close this. Consolidated related issues in https://github.com/cyclotruc/gitingest/issues/288.