I'm checking the messages in the Index Manager and I routinely see "Invalid Location: \.git\ ". The index I have created is at the root folder of a GitHub repo and the option to include subfolders is checked. I tried to manually exclude the .git folder, but the error remains.
This is what the string inside of Specific Locations looks like:
C:\MyRepoName\;!C:\MyRepoName\.git;!C:\MyRepoName\.github
I do not have "Include all other files using name only" checked and I am only looking at specific file types like *.cs. Am I using the exclusion filter incorrectly, or is there something else causing the program to look for .git\ ?