You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, I tell you what I do.
I have a function that fills quickfix with all paths of certain extension '*.py' for example that are on git. Then I use @quickfix .
I actually have mappings that takes either all files as same extesnion as current file or all git files and add them.
Feature request
If possible, when performing a query with
@codebase
, add a way to ignore some files besides the .gitignore files:I see that according to:
avante.nvim/lua/avante/utils/init.lua
Line 662 in 981edca
anything in .gitignore or not version-controlled might already be ignored.
Another level of explicit granularity would be welcomed.
Motivation
Currently, any files part of my source tree that contains sensitive information might get pushed to whatever models I'm using with Avante.nvim
Other
No response
The text was updated successfully, but these errors were encountered: