Feature request: make glob service .gitignore aware #144
Replies: 4 comments 2 replies
-
@watzon I haven't looked super closely but saw this - does that mean it's already respecting .gitignore? https://github.com/RooVetGit/Roo-Cline/blob/c8964ade2f28227a2ed4632e7cd9e74a44c98797/src/services/glob/list-files.ts#L44 So you'd just want to remove some/all of the |
Beta Was this translation helpful? Give feedback.
-
i'd love a |
Beta Was this translation helpful? Give feedback.
-
Please give us .clineignore |
Beta Was this translation helpful? Give feedback.
-
Tbh, I think it should support both. I pretty much never would want ignored files to be visible. But in addition, I want to ignore more files that are part of git, but are not useful for the LLM to look at, e.g. test snapshots, various config dotfiles, etc... When I do Note, that Then I have a few dot files that are most likely will never be of interest, so I'd rather just skip to the chase and look at the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I filed this as a feature request in the main Cline repo, but then I discovered Roo-Cline. It would be nice if the glob service respected .gitignore (and possibly a .clineignore) and didn't make any assumptions. Right now
pkg
is one of the auto ignored directories which poses a major issue for lots of Go repositories.Beta Was this translation helpful? Give feedback.
All reactions