listFiles(): Do not ignore directory (or error out) if dirPath "IS" an ignored directory. #843
ETdoFresh
started this conversation in
Feature Requests
Replies: 2 comments
-
Was the Dist folder committed to your repo and then added to the ignore? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe this was prior to repo initialization or commit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which API Provider are you using?
DeepSeek
Which Model are you using?
deepseek-chat
What happened?
In the following Roo-Code code, we are ignoring directory, but in my/deepseek's case, we were trying to get the contents of directory
./dist
.https://github.com/RooVetGit/Roo-Code/blob/0d6f928f9fb98b2e53f30d30b7fe5146ee1d799a/src/services/glob/list-files.ts#L6C1-L37C32
I think if the directory specified is an "ignored directory", we either output an error OR override, and actually list the files. I'm not sure what is best, but just ignoring alone confuses the A.I. and me! :)
Thanks for looking at this! - ET
Steps to reproduce
Relevant API REQUEST output
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions