Description
What happened?
My current .geminiignore content excludes a "test" folder:
This folder still shows up with @ auto-complete, which does not happen with .gitignore:
ReadManyFiles is still allowed to access this folder's content:
However, ReadFile does respect the .geminiignore:
What did you expect to happen?
For excluded files and folders specified in .geminiignore, they should not showed up with @ auto-complete, and ReadManyFiles should not be able to access them.
Client information
$ gemini /about
│ About Gemini CLI │
│ │
│ CLI Version 0.1.9 │
│ Git Commit 34935d6 │
│ Model gemini-2.5-pro │
│ Sandbox no sandbox │
│ OS win32 │
│ Auth Method OAuth
Login information
No response
Anything else we need to know?
No response