vcs+rg: fix ignore globs
This commit is contained in:
parent
71660705f0
commit
a7aa9c7a72
2 changed files with 11 additions and 5 deletions
home/common
|
@ -53,10 +53,13 @@
|
|||
ripgrep = {
|
||||
enable = true;
|
||||
arguments = [
|
||||
"--glob=!.git/*"
|
||||
"--glob=!.jj/*"
|
||||
"--glob=!result/*"
|
||||
"--glob=!target/*"
|
||||
"--glob=!**/.cache/*"
|
||||
"--glob=!**/.direnv/*"
|
||||
"--glob=!**/.git/*"
|
||||
"--glob=!**/.jj/*"
|
||||
"--glob=!**/{node_modules,.npm,dist}/*"
|
||||
"--glob=!**/target/*"
|
||||
"--glob=!**/result/*"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue