Hi,
is it possible to remove from the index all the git folders?
If yes, how to?
Thank you
How to esclude all git folders from the index?
Re: How to esclude all git folders from the index?
What does a git folder look like?
Anyhow, maybe something can be working out with, Tools | Options | Indexes -> Exclude.
Anyhow, maybe something can be working out with, Tools | Options | Indexes -> Exclude.
Re: How to esclude all git folders from the index?
It's "folder: .git"What does a git folder look like?
Code: Select all
Anyhow, maybe something can be working out with, Tools | Options | Indexes -> Exclude.
Thank you
Re: How to esclude all git folders from the index?
Thank you very much
Re: How to esclude all git folders from the index?
Tools->Options->Exclude->Add Filter
and type
.git
[Edit: I tried your regex in filter and it still works for me]
I Added: regex:^.git$
and type
.git
[Edit: I tried your regex in filter and it still works for me]
I Added: regex:^.git$